Re: Problem using indexed properties and validator framework (fixed)

2005-06-05 Thread Nitesh
t;[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 02, 2005 6:00 PM Subject: Re: Problem using indexed properties and validator framework For an Array in a DynaForm property, you can either set the size in the form-property descriptor or, in the

Re: Problem using indexed properties and validator framework

2005-06-03 Thread John Fitzpatrick
ohn Fitzpatrick" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Thursday, June 02, 2005 6:00 PM > Subject: Re: Problem using indexed properties and validator framework > > >> >> For an Array in a DynaForm property, you can either set the s

Re: Problem using indexed properties and validator framework

2005-06-03 Thread Nitesh
Re: Problem using indexed properties and validator framework For an Array in a DynaForm property, you can either set the size in the form-property descriptor or, in the case of a session form, pre-populate the Array in your action with the num

Re: Problem using indexed properties and validator framework

2005-06-02 Thread John Fitzpatrick
gt; > To: "Struts Users Mailing List" > Sent: Thursday, June 02, 2005 8:03 AM > Subject: Re: Problem using indexed properties and validator framework > > >> John, >> >> Thank you for the answer. >> >> I tried removing size with t

Re: Problem using indexed properties and validator framework

2005-06-02 Thread John Fitzpatrick
uot;John Fitzpatrick" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Thursday, June 02, 2005 5:15 PM > Subject: Re: Problem using indexed properties and validator framework > > >> >> Looks like you've got a few issues. Let me

Re: Problem using indexed properties and validator framework

2005-06-02 Thread Martin Gainty
ist" Sent: Thursday, June 02, 2005 8:03 AM Subject: Re: Problem using indexed properties and validator framework John, Thank you for the answer. I tried removing size with the form having session scope and it gave me java.lang.ArrayIndexOutOfBoundsExcep

Re: Problem using indexed properties and validator framework

2005-06-02 Thread Nitesh
trick" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 02, 2005 5:15 PM Subject: Re: Problem using indexed properties and validator framework Looks like you've got a few issues. Let me answer what I can and see if that helps: On 20050602 7:34

Re: Problem using indexed properties and validator framework

2005-06-02 Thread John Fitzpatrick
Looks like you've got a few issues. Let me answer what I can and see if that helps: On 20050602 7:34 AM, "Nitesh" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use the validator framework with dyna forms. > > In the JSP page I have a list of user details being listed for edit. > > type=

Problem using indexed properties and validator framework

2005-06-02 Thread Nitesh
Hi, I'm trying to use the validator framework with dyna forms. In the JSP page I have a list of user details being listed for edit. I want this part to be validated on submit, and I intend to use validator framework with dynaforms. My Struts config looks like...

Problem using indexed properties and validator framework

2005-06-02 Thread Nitesh
Hi, I'm trying to use the validator framework with dyna forms. In the JSP page I have a list of user details being listed for edit. I want this part to be validated on submit, and I intend to use validator framework with dynaforms. My Struts config looks like...