Re: Validation result URL contains failed parameters

2008-04-11 Thread Laurie Harper
Guillaume Bilodeau wrote: Hi guys, I'm using Struts 2.0.11 for a standard web application and using annotations all the way. I have the following action, with some fields and getters / setters omitted for brevity: @ParentPackage(default) @Results( { @Result(name = input, type

Re: Validation result URL contains failed parameters

2008-04-11 Thread Guillaume Bilodeau
*sigh* I confused the s:form method attribute and used it to specify the method to call on the action, not the HTTP form submit method. Everything's working now. Definitely not my brightest moment. Thanks a bunch, GB Laurie Harper wrote: Guillaume Bilodeau wrote: Hi guys, I'm using