[
https://issues.apache.org/struts/browse/WW-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Musachy Barroso resolved WW-2733.
---------------------------------
Resolution: Not A Problem
The convention plugin doesn't check for any specific character to separate the
action name and the result name, it only assumes that it is one character, so
you can use any.
> struts.convention.action.name.separator aslo work with result file name
> -----------------------------------------------------------------------
>
> Key: WW-2733
> URL: https://issues.apache.org/struts/browse/WW-2733
> Project: Struts 2
> Issue Type: New Feature
> Components: Plugin - Convention
> Affects Versions: 2.1.3
> Reporter: z.w. yao
> Assignee: Brian Pontarelli
> Priority: Minor
> Fix For: Future
>
>
> if I set struts.convention.action.name.separator to "_"
> then Separator used to build the action name, MyAction -> my_action
> ok it's great
> but if a "Input" result, then the result file will be my_action-input.xxx,
> well, I hope the result file can follow the same pattern as
> "my_action_input.xxx"
> great job for this plugin!!!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.