Error while using struts-jquery-plugin 3.6.0 + sitemesh-2.4.2.jar + struts 2.3.15

2013-07-13 Thread Sreekanth S. Nair
Hi, I'm getting the following exception when i try to use strust2-jquery-plugin, My web.xml fragment for struts2 as follows. filter-mapping filter-namestruts2Prepare/filter-name url-pattern*.action/url-pattern /filter-mapping filter-mapping filter-namesitemesh/filter-name

Re: Int Validator

2013-07-13 Thread Dave Newton
The field value error comes from the type conversion process. The field should be an int or an Integer, with the caveat that an int has a default value of 0, which may not be desirable. Save On Jul 12, 2013 11:56 PM, Alireza Fattahi afatt...@yahoo.com wrote: Hi, I want to validate the amount

Re: Int Validator

2013-07-13 Thread Alireza Fattahi
Thanks. Do you know how can I change below message: Invalid field value for field amount ?!   ~Regards, ~~Alireza Fattahi From: Dave Newton davelnew...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Saturday, 13 July 2013, 16:16

RE: struts2 jquery plugin

2013-07-13 Thread Martin Gainty
HTML 101 the href tag is a String literal which must be enclosed by double quotes e.g. a href=http://www.OutsourcingToAliens.com; img src=PictureOfMonkeyTypingOnKeyboard.jpg alt=PictureOfMonkeyTypingOnKeyboard.jpg / /a Viel Gluck Martin __ Verzicht

RE: JSP read value from ActionForm

2013-07-13 Thread Martin Gainty
Date: Thu, 4 Jul 2013 15:41:16 -0400 From: em...@encs.concordia.ca To: user@struts.apache.org Subject: JSP read value from ActionForm Hello, May I know how to read a parameter value in JSP page for the following situation please? (1) Struts2Action.java ... String list_size =