Indexed properties working formbean-htmlform, not working htmlform-formbean

2004-04-30 Thread Berke, Wayne [IT]
I've been tearing my hair out trying to get indexed properties to work. Apparently, there is some correspondence between the HTML fields and the ActionForm indexed properties because when the ActionForm is initialized, it does correctly populate the default HTML form fields. However, when I

RE: Indexed properties working formbean-htmlform, not working htmlform-formbean

2004-04-30 Thread Berke, Wayne [IT]
fundInfo.get(index); } Hope that helps, Scott. -Original Message- From: Berke, Wayne [IT] [mailto:[EMAIL PROTECTED] Sent: 30 April 2004 15:50 To: Struts Users Mailing List Subject: Indexed properties working formbean-htmlform, not working htmlform-formbean I've been

RE: Validation with 2 masks?

2004-04-22 Thread Berke, Wayne [IT]
Message - From: Berke, Wayne [IT] [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 2:03 PM Subject: Validation with 2 masks? I'd like to a property validation against 2 different regular expressions with 2 different error messages. This seems

Validation with 2 masks?

2004-04-21 Thread Berke, Wayne [IT]
I'd like to a property validation against 2 different regular expressions with 2 different error messages. This seems like a fairly common use. Is there a best practice for it? Wayne - To unsubscribe, e-mail: [EMAIL

Multiple ActionForms on a page - client side validation possible?

2004-04-20 Thread Berke, Wayne [IT]
Hi, I have a page that logically subdivides into 3 independent HTML forms and I've subsequently planned on using 3 different ValidatorForms for each. There seems to be no problem in configuring validations for each form's fields and having those validations trigger from the server side.