The problem as it is described, isn't related to the "indexed"
attribute, but to indexed properties...

tomK

> -----Original Message-----
> From: Tom Goemaes [mailto:[EMAIL PROTECTED]] 
> Sent: donderdag 17 januari 2002 9:34
> To: Struts Users Mailing List
> Subject: Re: Indexed properties...setters and getters
> 
> 
> Is the indexed feature supported in 1.0.1 ? don't think so... 
> not sure.
> Use the nightly builds.
> 
> ------------------------
>  "Struts Users Mailing List" <[EMAIL PROTECTED]> wrote:
> ------------------------
>       
> >If I have a html:text field on my form with the property 
> named table[5].min
> >imumSales, wouldn't this result in:
> >
> >1) A getTable(5).getMinimumSales() for displaying the form
> >2) A getTable(5).setMinimumSales(data) for posting the form 
> through an 
> >Action class
> >
> >I am not seeing this behavior at all in my web application 
> and I am using 
> >the Struts 1.0.1 release. Any ideas? Any suggestions on how 
> to debug this?
> >
> >Thanks,
> >Todd Harney
> >
> >
> >--
> >To unsubscribe, e-mail:   
> >For additional commands, e-mail: 
> >
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to