Re: Question about "Form Validation Using XML" example

2013-10-04 Thread Antonio Sánchez
Same behavior in private mode. I believe it has to do with Prepare (preparable and exclude-paras use Preparable) and interceptors stack, but I'm not sure. Still a mystery for me, because the code is almost identical. El 02/10/2013 11:46 p.m., Lukasz Lenart escribió: Maybe your browser is fil

Re: Question about "Form Validation Using XML" example

2013-10-02 Thread Lukasz Lenart
Maybe your browser is filling the field and it has nothing to do with Struts validation? Check that in anonymous mode. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/10/2 Antonio Sánchez : > I can't see what's going on behind the scenes in this example so I'm asking > for hel

Question about "Form Validation Using XML" example

2013-10-02 Thread Antonio Sánchez
I can't see what's going on behind the scenes in this example so I'm asking for help in order to understand the Strtus process. I run the example, leave empty "First Name" to make validation fail, and submit. Then go back to index: http://localhost:8084/form_xml_validation and click on edit.