RE: Indexed properties help!

2003-10-26 Thread Rajat Pandit
, October 26, 2003 8:23 AM To: Struts Users Mailing List Subject: Re: Indexed properties help! Rajat, Here is an example of an indexed property called 'signal' (in my application it holds complex objects, not simple strings or integers): public OrderedSignalBean getSignal(int index

RE: Indexed properties help!

2003-10-26 Thread Frederic Dernbach
26, 2003 8:23 AM To: Struts Users Mailing List Subject: Re: Indexed properties help! Rajat, Here is an example of an indexed property called 'signal' (in my application it holds complex objects, not simple strings or integers): public OrderedSignalBean getSignal(int index

Indexed properties help!

2003-10-26 Thread Rajat Pandit
Hello, I am pasting some excepts from the struts documentation. It would be really great if someone could help me clear this. Question 1: !-- snip -- The indexed tags feature is provided by several tags that have an optional boolean indexed attribute. This is only legal when inside a

Re: Indexed properties help!

2003-10-26 Thread Frederic Dernbach
Rajat, Here is an example of an indexed property called 'signal' (in my application it holds complex objects, not simple strings or integers): public OrderedSignalBean getSignal(int index) { while( index = this.getSignals().size() ){