Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.0
-
None
-
Operating System: other
Platform: Other
-
29363
Description
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.
Attachments
Issue Links
- requires
-
STR-3077 Pluggable path generation strategy
- Open