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 lis

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. http://www.OutsourcingToAliens.com";> Viel Gluck Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgeseh

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 To: Struts Users Mailing List Sent: Saturday, 13 July 2013, 16:16 Subject: Re: Int Validator The field value err

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" wrote: > Hi, > > I want to validate the amount filed to be a

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. struts2Prepare *.action sitemesh *.action *.jsp REQUEST FORWARD INCLUDE struts2Execute *.action Without jquery-struts2-plugin its working 31m15:17:31,089 ERROR [org