Nathan,
Hi. Currently you have to use my changed tags...but it looks like they will be
in the nightly build by the end of the week.
You can get them at http://husted.com/about/struts/indexed-tags.htm, and I
attached some example source code to a previous message which was just
mentioned, if you want to look at that.
Cheers,
Dave
Nathan Coast <[EMAIL PROTECTED]> on 07/25/2001
03:53:12 AM
Please respond to [EMAIL PROTECTED]
To: "Struts-User (E-mail)"
<[EMAIL PROTECTED]>
cc: (bcc: David Hay/Lex/Lexmark)
Subject: Indexed properties
Hi,
What I want to do is to have multiple text fields in a table get assigned to
an array or collection property in an ActionForm.
I've followed a few threads in the newsgroups about this and have tried some
jsp code:
<logic:iterate id="myObject" name="indexedForm" property="indexedPropsList">
<TR>
<TD><html:text name="myObject" property="name"
indexed="true"/></TD>
</TR>
</logic:iterate>
but this produces this jsp error:
/pages/test/TestIndexedPropertyPage_Body.jsp(11): for tag 'text' handler
type 'org.apache.struts.taglib.html.TextTag' has no property 'indexed'
Is the "indexed" property a non-standard struts patch / extension I have to
use?
Thanks
Nathan
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************