Support the '!' character when configuring default action for a portlet mode in
portlet.xml
-------------------------------------------------------------------------------------------
Key: WW-2212
URL: https://issues.apache.org/struts/browse/WW-2212
Project: Struts 2
Issue Type: Improvement
Reporter: Nils-Helge Garli
Assignee: Nils-Helge Garli
Fix For: 2.1.0
Supporting the '!' will make it possible to configure a method for the action
mapping for the default action in a portlet mode.
Example:
<init-param>
<param-name>defaultViewAction</param-name>
<param-value>index!input</param-value>
</init-param>
Very useful when the default action for a mode contains a form that is usually
displayed using the "input" method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.