[
https://issues.apache.org/jira/browse/WW-5302?focusedWorklogId=855646&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-855646
]
ASF GitHub Bot logged work on WW-5302:
--------------------------------------
Author: ASF GitHub Bot
Created on: 09/Apr/23 09:51
Start Date: 09/Apr/23 09:51
Worklog Time Spent: 10m
Work Description: lukaszlenart opened a new pull request, #678:
URL: https://github.com/apache/struts/pull/678
Closes [WW-5302](https://issues.apache.org/jira/browse/WW-5302)
Issue Time Tracking
-------------------
Worklog Id: (was: 855646)
Remaining Estimate: 0h
Time Spent: 10m
> Autogenerated html ID bases on unevaluated value of the name sttribute
> ----------------------------------------------------------------------
>
> Key: WW-5302
> URL: https://issues.apache.org/jira/browse/WW-5302
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Reporter: Lukasz Lenart
> Priority: Major
> Fix For: 6.2.0
>
> Time Spent: 10m
> 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)