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.

RE: 2 Validation questions

2008-08-06 Thread Gundersen, Richard
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 is displayed ABOVE the text box. Is it possible to have

2 Validation Questions

2008-08-05 Thread Gundersen, Richard
Would really appreciate any help with the following (sent yesterday). Just a pointer to some good docs would be great - Basic question sorry (looked all over but can't find the answer) 1) When validation fails for my 'username' textfield, the error message is

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

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

2 Validation questions

2008-08-04 Thread Gundersen, Richard
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. Ideally I would like it below