Jacob Wilson wrote:
<html:form method="post" action="myPage">
Here is my struts-config
<form-beans>
<form-bean name="RoleForm" type="com.ui.forms.FormnnName" />
</form-beans>
<action-mappings>
<action input="/iam_admin_role_my_roles.jsp" name="FormName" path="/myRoles.do"
scope="request" type="com.ui.actions.MyPage"/>
</action-mappings>
Any clues???
form-bean name: RoleForm
action name: FormName
I don't use extension mapping usually, but are you supposed to put the
".do" in the path attribute in the mapping? I don't recall having even
done that.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]