RE: html:option on a nested collection

2006-03-23 Thread Wang, Hansen
a [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 15:35 To: Struts Users Mailing List Subject: Re: html:option on a nested collection Try using: If act is the third element in the list apps. On 3/23/06, Shoukat, Faisal <[EMAIL PROTECTED]> wrote: > > When I do the

RE: html:option on a nested collection

2006-03-23 Thread Shoukat, Faisal
15:35 To: Struts Users Mailing List Subject: Re: html:option on a nested collection Try using: If act is the third element in the list apps. On 3/23/06, Shoukat, Faisal <[EMAIL PROTECTED]> wrote: > > When I do the below in the form it submits > {exampleFormBean.apps.actions.act}

RE: html:option on a nested collection

2006-03-23 Thread Shoukat, Faisal
logic iterate tag : mailto:[EMAIL PROTECTED] Sent: 23 March 2006 15:35 To: Struts Users Mailing List Subject: Re: html:option on a nested collection Try using: If act is the third element in the list apps. On 3/23/06, Shoukat, Faisal <[EMAIL PROTECTED]> wrote: > > When I do the bel

Re: html:option on a nested collection

2006-03-23 Thread Vinit Sharma
n > apps > there is a getter for actions. > > There is no getter for act as this is deifined in the iterate tag > > Still stuck!! > > -Original Message- > From: Vinit Sharma [mailto:[EMAIL PROTECTED] > Sent: 23 March 2006 15:01 > To: Struts Users Mailing List >

RE: html:option on a nested collection

2006-03-23 Thread Shoukat, Faisal
- From: Vinit Sharma [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 15:01 To: Struts Users Mailing List Subject: Re: html:option on a nested collection You can use EL extention of html tag and use something like this: Assuming getters are defined for all properties. Regds, On 3/23/06, Shoukat

Re: html:option on a nested collection

2006-03-23 Thread Vinit Sharma
You can use EL extention of html tag and use something like this: Assuming getters are defined for all properties. Regds, On 3/23/06, Shoukat, Faisal <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > > I have a formBean which has a collection of objects within it called Apps. > Each App object ha