Re: Stuts2 field validation problems

2009-05-29 Thread rakeshp
...@struts.apache.org -- View this message in context: http://www.nabble.com/Stuts2-field-validation-problems-tp21401218p23776022.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Stuts2 field validation problems

2009-01-16 Thread stanlick
...@struts.apache.org -- View this message in context: http://www.nabble.com/Stuts2-field-validation-problems-tp21401218p21508688.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Stuts2 field validation problems

2009-01-11 Thread Robert Stenholt Mygind
Hi All I have some problems with field validation in Struts2, I am not the most experienced in Struts2. /SNIP I have a form looking something like this: s:form action=calcprices method=post s:textfield name=subscriptions label=Some tekst:/ .. s:submit name=submit value=Calc/s:submit /s:form

Re: Stuts2 field validation problems

2009-01-11 Thread Dave Newton
Conversion errors are added to the list of field errors by the conversionError interceptor. Personally, I almost always remove the conversionError as the conversion error messages aren't necessarily helpful, and are sometimes redundant--your mileage may vary. But that's why you get both