RE: html:text in logic:iterate

2004-11-04 Thread Sebastian Ho
t; > > -Original Message- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 12:45 PM > To: Struts Users Mailing List > Subject: RE: html:text in logic:iterate > > How do I populate it in the Action if I need to iterate through

RE: html:text in logic:iterate

2004-11-04 Thread Girish Kumar K. P.
irish -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:45 PM To: Struts Users Mailing List Subject: RE: html:text in logic:iterate How do I populate it in the Action if I need to iterate through the ActionForms in my JSP? I am thinking th

Re: html:text in logic:iterate

2004-11-03 Thread Erik Weber
Couldn't you just use one of the expression languages? For example: . . . in a JSP 2.0 (Expression Language-aware) container, or, using the EL tags: or <%= mymobilephaseloadings.getPercentage() %> using the older runtime expression language. Not sure if my syntax is 100% correct. Also, I thin

RE: html:text in logic:iterate

2004-11-03 Thread Sebastian Ho
ot;percentage"/> > So, poipulate the form bean at the action . That's it > Dopn't give the value attribute. > It will work > > -Original Message- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 12:34 PM > To: Strut

RE: html:text in logic:iterate

2004-11-03 Thread Girish Kumar K. P.
bute. It will work -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:34 PM To: Struts Users Mailing List Subject: RE: html:text in logic:iterate The user is actually editing some data that is already saved. So I need the data to

RE: html:text in logic:iterate

2004-11-03 Thread Sebastian Ho
Regards, > Girish > > -Original Message- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 12:18 PM > To: Struts Users Mailing List > Subject: html:text in logic:iterate > > Hi > > I have a iterate tag which contains a

RE: html:text in logic:iterate

2004-11-03 Thread Girish Kumar K. P.
U shouldn't give the value attribute there. The value would be read from the form Regards, Girish -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:18 PM To: Struts Users Mailing List Subject: html:text in logic:iterate Hi I h

html:text in logic:iterate

2004-11-03 Thread Sebastian Ho
Hi I have a iterate tag which contains a text box. I wish to display value in the textbox. But this line in the JSP couldnt get through the parsing. "/> Anyone knoww how to get around this? Thanks Sebastian Ho -