You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/06/03 16:20:00 UTC

DO NOT REPLY [Bug 29363] New: - Allow action attribute to be overridden

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29363>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29363

Allow action attribute to be overridden

           Summary: Allow action attribute to be overridden
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: dev@struts.apache.org
        ReportedBy: jain@gmx.net


Currently, the html:form tag always uses the action mapping URL as a value for
the HTML 'action' attribute. In order to create REST-style web interfaces, it
may be necessary to override this value with a custom, context relative URL. One
solution would be to introduce a new boolean 'direct' property. If set to true,
renderFormStartElement would then use the value of the 'action' property directly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org