Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.1.2
-
None
-
mac, jdk1.5, tomcat6
Description
Having issues with this version of struts and struts tags when trying to render.
For example when my action extention is .action the following should render the action attribute with the extension ".action". This works fine -
<s:form action="createSpace" method="post" cssClass="form"> - renders - <form class="form" method="post" action="/createSpace.action" onsubmit="return true;" name="createSpace" id="createSpace">
This doesn't -
<s:form action="createSpace!save" method="post" cssClass="form"> - renders - <form class="form" method="post" action="createSpace!save" onsubmit="return true;" id="createSpace_save">
Attachments
Issue Links
- duplicates
-
WW-2727 Using action and method in form action duplicates method part
- Closed