RE: 2 Validation questions

2008-08-06 Thread Gundersen, Richard
, August 06, 2008 8:28 AM To: Struts Users Mailing List Subject: Re: 2 Validation questions Gundersen, Richard wrote: > Hi > > Basic question sorry (looked all over but can't find the answer) > > 1) When validation fails for my 'username' textfield, the error message

Re: 2 Validation questions

2008-08-06 Thread Jeromy Evans
Gundersen, Richard wrote: Hi Basic question sorry (looked all over but can't find the answer) 1) When validation fails for my 'username' textfield, the error message is displayed ABOVE the text box. Is it possible to have more fine-grained control over how to position the error message. Idea

RE: 2 Validation Questions

2008-08-05 Thread Gundersen, Richard
] Sent: Tuesday, August 05, 2008 3:12 PM To: Struts Users Mailing List Subject: Re: 2 Validation Questions 1) You can create a new theme and change the look and feel of the form and of course where the field errors will be displayed. You can create individual template Freemarker scripts for the

Re: 2 Validation Questions

2008-08-05 Thread Gabriel Belingueres
1) You can create a new theme and change the look and feel of the form and of course where the field errors will be displayed. You can create individual template Freemarker scripts for the textfield tag too. 2) IIRC, this javascript validation bug was resolved in the 2.1.x branch. 2008/8/5 Gunders