[
https://issues.apache.org/jira/browse/WW-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439341#comment-17439341
]
Lukasz Lenart commented on WW-5129:
-----------------------------------
There are two options to implement this:
- use all the dynamic attributes in both controls, eg.:
{{<s:inputtransferselect dyn-attr="val1"/>}} will produce {{<select name="left"
dyn-attr="val1"/>}} and {{<select name="right" dyn-attr="val1"/>}}
- use dedicated prefixes to put attributes on given control, eg.:
{{<s:inputtransferselect left-attr="left" right-attr="right" />}} will produce
{{<select name="left" attr="left"/>}} and {{<select name="right"
attr="right"/>}}
> Dynamic Attributes are not working for doubleselect, optiontransferselect,
> inputtransferselect tags
> ---------------------------------------------------------------------------------------------------
>
> Key: WW-5129
> URL: https://issues.apache.org/jira/browse/WW-5129
> Project: Struts 2
> Issue Type: Bug
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 2.6
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> As perĀ https://github.com/struts-community-plugins/struts2-bootstrap/pull/37
--
This message was sent by Atlassian Jira
(v8.3.4#803005)