<stripes:checkbox> ignores specified value when deciding whether the checkbox 
should be checked
-----------------------------------------------------------------------------------------------

                 Key: STS-784
                 URL: http://www.stripesframework.org/jira/browse/STS-784
             Project: Stripes
          Issue Type: Bug
          Components: Tag Library
    Affects Versions: Release 1.5.4
            Reporter: Giorgio Gallo
            Priority: Minor


When both "name" and "value" are specified, <stripes:checkbox> seem to use the 
value obtained by looking up the "name" attribute in the pageContext instead of 
the specified "value".

IMO it should be the case that

<stripes:checkbox name="actionBean.property" value="A" checked="A">

always outputs a checked checkbox, but it seems to do that only if 
${actionBean.property == 'A'}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to