Re: Validation result URL contains failed parameters

2008-04-11 Thread Guillaume Bilodeau
=&newPassword1=&newPassword2=&general.submit=Submit >> >> The URL contains all failed parameters with their values in clear text, >> which is something I don't want. The behavior is the same when using an >> empty result type for the input result. >> >> 1. Is there a way not to see these parameters in the final

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", ty

Validation result URL contains failed parameters

2008-04-10 Thread Guillaume Bilodeau
al URL? 2. I don't see why these parameters need to be added to the URL when they are clearly accessible to the JSP using the value stack. Surely there must be a good reason to this? Thanks all, GB -- View this message in context: http://www.nabble.com/Validation-result-URL-contain