[ 
https://issues.apache.org/jira/browse/WW-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258256#comment-13258256
 ] 

Jose L Martinez-Avial commented on WW-3804:
-------------------------------------------

well, just a quick question. When using HTML5 attributes (like 
data-dojo-props), would it be possible to use OGNL expression inside the value 
of the attribute. For example:

<s:radio name="myRadio" list"myRadioList" 
data-dojo-type="dijit.form.RadioButton" data-dojo-props="checked: 
%{isChecked};"/>

where %{isChecked} would be resovled against the vs. So, basically, it is 
possible to mix strings and ognl expression on the value?
                
> tag s:radio does not support dynamic attributes
> -----------------------------------------------
>
>                 Key: WW-3804
>                 URL: https://issues.apache.org/jira/browse/WW-3804
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Tags
>    Affects Versions: 2.3.3
>            Reporter: Jose L Martinez-Avial
>            Assignee: Lukasz Lenart
>            Priority: Minor
>              Labels: dynamic, tag
>             Fix For: 2.3.4
>
>
> The tag s:radio does not support dynamic attributes. As a result, integration 
> with javascript frameworks like Dojo does not work (it's not possible to 
> setup the attribute dojoType or data-dojo-type)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to