Re: client side validation in struts2

2011-02-15 Thread Chris Mawata
Try changing <%@ taglib prefix="s" uri="/WEB-INF/struts-tags.tld" %> to <%@ taglib prefix="s" uri="/struts-tags" %> Chris On Tue, 2011-02-15 at 06:38 -0800, dasariprasad wrote: > in clValid.jsp, i had used input page > <%@ taglib prefix="s" uri="/WEB-INF/struts-tags.tld" %> > > > Strut2's

client side validation in struts2

2011-02-15 Thread dasariprasad
flect.Method.invoke(Method.java:597) at freemarker.ext.beans.BeansWrapper.invokeMet -- View this message in context: http://old.nabble.com/client-side-validation-in-struts2-tp30931442p30931442.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: validation in struts2

2010-01-21 Thread Shasha
> > > -Original Message- > From: Gabriel Belingueres > To: Struts Users Mailing List > Sent: Wed, Jan 20, 2010 10:12 am > Subject: Re: validation in struts2 > > > the form tag is wrong? > > try: > > > > 2010/1/19 Shasha : >> >> Hi

RE: validation in struts2

2010-01-20 Thread Raghuveer
Your XML file needs to be renamed as,LoginAction-validation.xml -Original Message- From: Gabriel Belingueres [mailto:belingue...@gmail.com] Sent: Wednesday, January 20, 2010 8:43 PM To: Struts Users Mailing List Subject: Re: validation in struts2 the form tag is wrong? try: 2010/1

Re: validation in struts2

2010-01-20 Thread musomesa
Also, the file should be LoginAction-validation.xml . Use the config-browser to see that you have the validators in place. Chris -Original Message- From: Gabriel Belingueres To: Struts Users Mailing List Sent: Wed, Jan 20, 2010 10:12 am Subject: Re: validation in struts2

Re: validation in struts2

2010-01-20 Thread Gabriel Belingueres
 10. >  11. >  12.     Login >  13. >  14. >  15.     >  16.         >  17.           >  18.     >  19. >  20. >  21.     >  22.     >  23.     >  24. >  25. >  26. >  27. >  28. >  29. > > http://old.nabble.com/file/p2723604

validation in struts2

2010-01-19 Thread Shasha
pg -- View this message in context: http://old.nabble.com/validation-in-struts2-tp27236040p27236040.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: How to bypass validation in struts2

2008-10-20 Thread newbie-gero
is issue. I have upload my code running on > my tomcat server along with this post. > http://www.nabble.com/file/p20082857/tutorial.zip tutorial.zip > > Please help me with this issue. > Thanks in advance > > -- View this message in context: h

Re: How to bypass validation in struts2

2008-10-20 Thread Wes Wannemacher
Your problem is in the following line in your struts.xml file - /{1}.jsp In itself, this configuration is not a bad thing, but it's location is your problem. I think order is important in the struts.xml file. Since this wildcard is located before

How to bypass validation in struts2

2008-10-20 Thread newbie-gero
code running on my tomcat server along with this post. http://www.nabble.com/file/p20082857/tutorial.zip tutorial.zip Please help me with this issue. Thanks in advance -- View this message in context: http://www.nabble.com/How-to-bypass-validation-in-struts2-tp20082857p20082857.html Sent from the S

Re: Questions on action chaining and validation in struts2 - please help

2008-06-18 Thread wild_oscar
> does not seem to work for me e.g. In following example, I can not pass foo > param to list action that is chained to add action. > > > > list > bar > > list > > > I would really appreciate some feedback/help here. > -- View this message

Questions on action chaining and validation in struts2 - please help

2007-04-17 Thread aj123
e, I can not pass foo param to list action that is chained to add action. list bar list I would really appreciate some feedback/help here. -- View this message in context: http://www.nabble.com/Questions-on-action-chaining-and-validation-in-struts2---please-help-tf3590988.html#a10036082 Sent