Rick wrote:
Guys,
This is what I wanted to do without using any javascript.
<html:form>
<%-- first form stuff -- using formA --%>
<html:text name="formA" property="firstName" readonly="true" />
<html:text name="formA" property="lastName" readonly="true" />
<html:text name="formA" property="homePhone" readonly="false" />
<table>
<%-- second form stuff -- using formB -- displayed%>
<th nowrap="nowrap">First Contact:</th>
<td><html-el:text property="fullName"
value="${contact[0].fullName}"
readonly="false"/></td>
</table>
<table>
<%-- third form stuff -- using formB --%>
<th nowrap="nowrap">First Contact:</th>
<td><html-el:text property="fullName"
value="${contact[1].fullName}"
readonly="false"/></td>
</table>
</html:form>
<html:submit/>
I don't understand how to capture both forms in the Action class.
Shed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]