RE: logic:iterate and html:text indexed='true'/

2003-06-11 Thread Nadja Senoucci
Thanks for all the info! I'll look into it all and see if I can't get my little form working one way or the other. :) Greetings, Nadja - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread shirishchandra.sakhare
Try using name=element in html:text along with indexed tag.. I think you have to make available the element bean to html:text tag... -Original Message- From: Nadja Senoucci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: logic:iterate and

RE: logic:iterate and html:text indexed='true'/

2003-06-10 Thread Nadja Senoucci
Try using name=element in html:text along with indexed tag.. I think you have to make available the element bean to html:text tag... If I do that (tried it out) I will have to create a whole bean around this because it is asking for get-/set-methods in that bean now. And I still don't know

Re: logic:iterate and html:text indexed=true/

2003-06-10 Thread Sandeep Takhar
my small understanding on how to use this is as follows: logic:iterate name=form_name property=property_name id=property_name html:text property=some_property indexed=true ok -- 1. form_name is the name of the form 2. property_name is the name of the property and for some reason the id= also

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread Mark Galbreath
:41 PM To: Struts Users Mailing List Subject: Re: logic:iterate and html:text indexed=true/ my small understanding on how to use this is as follows: logic:iterate name=form_name property=property_name id=property_name html:text property=some_property indexed=true ok -- 1. form_name

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread Sandeep Takhar
- you can call any page object anything you want. Mark -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 2:41 PM To: Struts Users Mailing List Subject: Re: logic:iterate and html:text indexed=true/ my small understanding on how

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread Sashi Ravipati
is complete arbitrary - you can call any page object anything you want. Mark -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 2:41 PM To: Struts Users Mailing List Subject: Re: logic:iterate and html:text indexed=true/ my small

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread John Greenhill
. -john -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 11:59 AM To: Struts Users Mailing List Subject: RE: logic:iterate and html:text indexed=true/ of course -I'm being stupid about the session scoped beans, however I haven't looked

RE: logic:iterate and html:text indexed=true/

2003-06-10 Thread Mark Galbreath
Users Mailing List Subject: RE: logic:iterate and html:text indexed=true/ of course -I'm being stupid about the session scoped beans, however I haven't looked at the code and I don't know how the indexed property works with the iterate tag and I cannot extrapolate at the current moment either about