Re: jstl and struts tag problem

2004-12-07 Thread struts lover
alaryLabel" > value="salaryValue"/> > > Niall > > - Original Message - > From: "struts lover" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 07, 2004 3:56 PM > Subject: jstl and struts ta

Re: jstl and struts tag problem

2004-12-07 Thread Niall Pemberton
Try the tag... Niall - Original Message - From: "struts lover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 3:56 PM Subject: jstl and struts tag problem > Hello Everyone, > > I have this problem related to ta

Re: jstl and struts tag problem

2004-12-07 Thread James Mitchell
sday, December 07, 2004 10:56 AM Subject: jstl and struts tag problem Hello Everyone, I have this problem related to tags. I am using to set the ActionForm to some variable, and dont ask why :). And now I want to access a collection on the form for the drop down list. How do I do this? I am doing as

Re: jstl and struts tag problem

2004-12-07 Thread Alexandre Simon
Le mar 07/12/2004 à 16:56, struts lover a écrit : > property="salaryValue" labelProperty="salaryLabel"/> For nested properties, you have to use nested tags. -- SIMON Alexandre - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

jstl and struts tag problem

2004-12-07 Thread struts lover
Hello Everyone, I have this problem related to tags. I am using to set the ActionForm to some variable, and dont ask why :). And now I want to access a collection on the form for the drop down list. How do I do this? I am doing as follows : Now further in my JSP, I am doing this for my drop