| Author |
Retrieving indexed property of form-bean
|
Gaurav Chikara
Ranch Hand
Joined: Jun 09, 2000
Posts: 410
|
|
I have a form-bean which is subclass of ActionForm and in jsp I have defined an text field as indexed (as it is inside logic:iterate tag) I don't know how to retrieve value in my action form as the simple is not returning anything my jsp code is as follows If any one of you guys have faced this issue and can share the solution that will be really benevolent Thanks
|
SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
It's not enough just to specify indexed="true" in your <html:text> tag. You must also structure your ActionForm bean so that it can handle indexed properties. The following URLs give examples and hints on how to use indexed properties: http://struts.apache.org/1.2.9/faqs/indexedprops.html http://wiki.apache.org/struts/StrutsCatalogLazyList [ August 30, 2006: Message edited by: Merrill Higginson ]
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Retrieving indexed property of form-bean
|
|
|