Steven Weber created WW-4658:
--------------------------------
Summary: <s:select> with computed "name" no longer working
Key: WW-4658
URL: https://issues.apache.org/jira/browse/WW-4658
Project: Struts 2
Issue Type: Bug
Components: Plugin - Tags
Affects Versions: 2.3.29
Reporter: Steven Weber
Priority: Critical
During our upgrade to version 2.3.29, we noticed that a specific scenario with
the <s:select> tag stopped working. We've reverted back to 2.3.28.1 in the
interim until this is fixed.
Our code creates a select list using a tag that looks like this:
{code}
<s:select list="#field.selections" name="docBuilder.fieldValue['%{#field.id}']"
...
{code}
In 2.3.29, the expression for field.id is not being made prior to the call to
the fieldValue method on the docBuilder object. As indicated, this works
correctly in 2.3.28.1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)