[
https://issues.apache.org/jira/browse/WW-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Lenart resolved WW-5302.
-------------------------------
Resolution: Fixed
> Autogenerated html ID bases on unevaluated value of the name/action/method
> attributes
> -------------------------------------------------------------------------------------
>
> Key: WW-5302
> URL: https://issues.apache.org/jira/browse/WW-5302
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 6.2.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Using tag like this
> {code:html}
> <s:set var="mainAction">entryEdit</s:set>
> <s:submit value="%{getText('weblogEdit.save')}"
> action="%{#mainAction}!saveDraft" />
> {code}
> renders:
> {code:html}
> <input type="submit"
> value="Save as Draft"
> id="entry____mainAction__saveDraft"
> name="action:entryAdd!saveDraft">
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)