You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/08/01 21:25:48 UTC

[jira] [Updated] (WW-4165) Form attribute "includeContext" is being inserted as a dynamicAttribute

     [ https://issues.apache.org/jira/browse/WW-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-4165:
------------------------------

    Fix Version/s: 2.3.17
    
> Form attribute "includeContext" is being inserted as a dynamicAttribute
> -----------------------------------------------------------------------
>
>                 Key: WW-4165
>                 URL: https://issues.apache.org/jira/browse/WW-4165
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.3.15.1
>         Environment: Freemarker
>            Reporter: Jasper Rosenberg
>              Labels: form, freemarker, tags
>             Fix For: 2.3.17
>
>
> If you use the "includeContext" attribute on the Form element, it shows up as an attribute on the rendered html form.  This is because UIBean.getStandardAttributes() only includes "String" and list type attributes, but includeContext is a boolean.  
> {code}
> <@s.form action="myAction" includeContext=false>
> {code}
> Can either fix by making includeContext a String (like validate is in Form), or having UIBean.getStandardAttributes() correctly detect it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira