I have created a nav bar in Flash MX. One of the buttons on the Nav Bar
('Register') has the following Action Mapping in Struts:
<action path="/editRegistration"
type="struts.EditRegistrationAction"
name="RegisterForm"
scope="request"
validate="true"
<forward name="success" path="registration.jsp"/>
</action>
If I was to create the JSP without the Flash bit I would use this tag:
<html:link page="editRegistration.do?action=create"></html:link>
Also, for a submit button, the relevant JSP tag would go something like:
<html:form action="editRegistration.do" value="create">
</html:form>
What is the ActionScript equivalent of these 2 struts tags?
yan
Kickstart e Solutions. - Intelligent Web Services
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]