Re: Newbie :rendering hidden fields

2003-07-30 Thread Gabriel Guerreiro
Use it just like bean:write I use it a lot. Jitesh Sinha wrote: How do you render an input hidden field inside a tag ..?? Actually here is what my code looks like : -- Here I want to put my hidden field like this--- I want the value of hidden field as another property of bean "mybean"(w

Re: Validator not working

2003-07-28 Thread Gabriel Guerreiro
er to turn on debug level logging to see the validator's log messages. Otherwise the validator will operate (and in some cases hide errors) silently. -Original Message- From: Gabriel Guerreiro [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:58 PM To: Steve Caswell Subject: Re

Validator not working

2003-07-28 Thread Gabriel Guerreiro
Hi, I am integrating struts-validator in a struts-based application. Validadion does not return errors in the server-side validation. Whith this simple test form: min 0 max 999