Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2789

Struts tags and dynamic method invocation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.1.2
    • 2.1.3
    • Core Actions
    • 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

          Activity

            People

              Unassigned Unassigned
              alvins Alvin Singh
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: