Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-04-01 Thread Henrik Brautaset Aronsen
On 31-03-09 16:15, Henrik Brautaset Aronsen wrote: I've done some more digging: I can see the error messages by using [1], but why aren't they automatically attached to the like they were in Struts 2.0.x? I managed to solve my problem. I believe it's a bug, and I've created it as WW-3069

Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-03-31 Thread Henrik Brautaset Aronsen
On 31-03-09 17:48, Henrik Brautaset Aronsen wrote: On 31-03-09 17:22, Musachy Barroso wrote: yeah you need the assignment. Put a breakpoint in ActionSupport.getFieldErrors() and see if it is getting called. Thanks for your answer. I put a checkpoint in there, and getFieldErrors() is definit

Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-03-31 Thread Henrik Brautaset Aronsen
On 31-03-09 17:22, Musachy Barroso wrote: yeah you need the assignment. Put a breakpoint in ActionSupport.getFieldErrors() and see if it is getting called. Thanks for your answer. I put a checkpoint in there, and getFieldErrors() is definitely called (about five times per field, it seem

Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-03-31 Thread Musachy Barroso
yeah you need the assignment. Put a breakpoint in ActionSupport.getFieldErrors() and see if it is getting called. musachy On Tue, Mar 31, 2009 at 11:08 AM, Henrik Brautaset Aronsen wrote: > hasFieldErrors -- "Hey you! Would you help me to carry the stone?" Pink Floyd ---

Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-03-31 Thread Henrik Brautaset Aronsen
On 31-03-09 16:15, Henrik Brautaset Aronsen wrote: On 31-03-09 15:12, Henrik Brautaset Aronsen wrote: The form validation error messages are missing after I upgraded from 2.0.11 to 2.1.6, and I can't figure out why. When I submit an invalid form, the form just comes back without the visible er

Re: Visible form validation missing after upgrade from 2.0.11 to 2.1.6

2009-03-31 Thread Henrik Brautaset Aronsen
On 31-03-09 15:12, Henrik Brautaset Aronsen wrote: The form validation error messages are missing after I upgraded from 2.0.11 to 2.1.6, and I can't figure out why. When I submit an invalid form, the form just comes back without the visible error messages. ... The jsp: ... ...