[ http://mc4j.org/jira/browse/STS-243?page=all ]

Tim Fennell resolved STS-243.
-----------------------------

    Resolution: Fixed

Hidden tags will now render themselves even when their value is null.

> stripes:hidden tag is not displayed if value attribute is removed, and 
> underlying ActionBean variable is null.
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: STS-243
>                 URL: http://mc4j.org/jira/browse/STS-243
>             Project: Stripes
>          Issue Type: Bug
>          Components: Tag Library, Documentation
>    Affects Versions: Release 1.3.1
>            Reporter: Jason Holbrook
>         Assigned To: Tim Fennell
>             Fix For: Release 1.4.1
>
>
> stripes:hidden tag is not displayed if value attribute is removed, and 
> underlying ActionBean variable is null.
> example tags:
> <stripes:hidden name="test" />
> <stripes:hidden name="test" value="${ null }" />
> This could be by design, but the documentation indicates it is not.
> "Generates one or more <input type="hidden" ... /> HTML tags based on the 
> value supplied."
> "In all other cases the Object is toString()'d (unless it is null) and a 
> single hidden field will be written."

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

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to