<html:form action="indexedtest5.do">
<logic:iterate name="stringbean" property="stringArray" id="foo"
indexId="ctr">
(QUESTION: WHAT DO name,property,id,indexId MEAN HERE? WHAT VALUES CAN I SET TO THEM?)
<html:text name="stringbean"
property='<%= "labelValue[" + ctr + "].label" %>' />
(QUESTION: WHAT DO name,property MEAN HERE? WHAT VALUES CAN I SET TO THEM?)
</logic:iterate> <html:submit property="submitValue">Submit Changes</html:submit> </html:form>
I searched online about the meaning of these properties only fail to find any clear descritpions, the api of struts says little about them, can anyone tell me the meanings of them?
by the way, for this jsp file ,can any one give me the related bean files that can be used in it?
Thanks&Regards
_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]