Re: Struts2 XML based validation doesnt work !

2010-04-27 Thread Alex Rodriguez Lopez
I'm sure your problem is related to themes/templates. If you are using simple theme you have to provide your own labels for fields, so the field validation works and S2 knows where to place the messages (because you know validation happens, it's just the messages not displaying, right?).

Re: Struts2 XML based validation doesnt work !

2010-04-26 Thread nandyiyer
an idea about this ? Any help on this will be greatly appreciated . Thanks Nanditha -- View this message in context: http://old.nabble.com/Struts2-XML-based-validation-doesnt-work-%21-tp28265349p28361262.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts2 XML based validation doesnt work !

2010-04-26 Thread Lukasz Lenart
2010/4/26 nandyiyer nandussi...@gmail.com: I didnt understand the previous message . Could you please elaborate on it or tell me as to where to add it ? If you are using Simple theme, you must add previously mentioned tag into your jsp. Regards -- Łukasz http://www.lenart.org.pl/ Kapituła

Re: Struts2 XML based validation doesnt work !

2010-04-26 Thread nandyiyer
I tried adding this tag - s:actionerror / ( and also with s:actionmessage / , but no luck ... What could be the problem here ? And suppose if I dont use Simple theme , should we do anything ? Thanks Nanditha -- View this message in context: http://old.nabble.com/Struts2-XML-based

Re: Struts2 XML based validation doesnt work !

2010-04-26 Thread Lukasz Lenart
2010/4/23 nandyiyer nandussi...@gmail.com: Changed the code and fixed the issue . The validation works but the message wont be displayed on the screen . Can anyone say what is the problem here ? How do you know that it works? Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia

Re: Struts2 XML based validation doesnt work !

2010-04-26 Thread nandyiyer
are in the same package structure . Do anyone have an idea about this ? Any help on this will be greatly appreciated . Thanks Nanditha -- View this message in context: http://old.nabble.com/Struts2-XML-based-validation-doesnt-work-%21-tp28265349p28373110.html Sent from the Struts - User

Re: Struts2 XML based validation doesnt work !

2010-04-23 Thread nandyiyer
package structure . Do anyone have an idea about this ? Any help on this will be greatly appreciated . Thanks Nanditha -- View this message in context: http://old.nabble.com/Struts2-XML-based-validation-doesnt-work-%21-tp28265349p28342031.html Sent from the Struts - User mailing list

Re: Struts2 XML based validation doesnt work !

2010-04-23 Thread Lukasz Lenart
2010/4/23 nandyiyer nandussi...@gmail.com: Changed the code and fixed the issue . The validation works but the message wont be displayed on the screen . Can anyone say what is the problem here ? What theme are you using? If Simple you must add s:actionerror or s:actionmessage/ or s:fielderror/

Struts2 XML based validation doesnt work !

2010-04-16 Thread nandyiyer
the validation doesnt happen at all . The class and xml file are in the same package structure . Do anyone have an idea about this ? Any help on this will be greatly appreciated . Thanks Nanditha -- View this message in context: http://old.nabble.com/Struts2-XML-based-validation-doesnt-work-%21

Re: Struts2 XML based validation doesnt work !

2010-04-16 Thread Lukasz Lenart
2010/4/16 nandyiyer nandussi...@gmail.com: I'm trying to include XML based validation in my application ? This is part of my struts.xml -                action name=addAuctionItem class=auctionItemAction Are you using Spring? Try default packge and