sorry, the last mail doesnt display correctly, but when I tried to write a new one, I saw it displays correctly as the below

Thanks&Regards

From: "Mu Mike" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: help me about  indexed properties
Date: Fri, 12 Mar 2004 02:49:47 +0000

I have the below jsp file needs help



<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<body>
<html:form action="indexedtest5.do">
<logic:iterate name="stringbean" property="stringArray" id="foo"
indexId="ctr">
<!--what do name property id indexID mean here? what value can I set to them?
I searched online only fail to find any doc that give detailed explaination about these proeprties>
-->
<html:text name="stringbean"
property='<%= "labelValue[" + ctr + "].label" %>' />
<!--what do name and propetry mean here? what value can I set to them?-->


  </logic:iterate>
  <html:submit property="submitValue">Submit Changes</html:submit>
 </html:form>
</body>
</html>

and I dont have the related bean files ,can anyone give me example bean files that can be used for this jsp file?

Thanks&Regards

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to