[ 
http://www.stripesframework.org/jira/browse/STS-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter resolved STS-702.
----------------------------

       Resolution: Fixed
    Fix Version/s: Release 1.5.2

> stripes:submit with fmt:message in body
> ---------------------------------------
>
>                 Key: STS-702
>                 URL: http://www.stripesframework.org/jira/browse/STS-702
>             Project: Stripes
>          Issue Type: Bug
>          Components: Tag Library
>         Environment: Vista 64, Resin 3.0, Resin 3.1, Java 6
>            Reporter: Christian Yttesen
>            Assignee: Frederic Daoud
>             Fix For: Release 1.5.2, Release 1.6
>
>         Attachments: screenshot-1.jpg
>
>
> Using:
> <stripes:submit name="xxx">
>     <fmt:message key="yyy" />
> </stripes:submit>
> Results in html markup like:
> <input name="xxx" value="
>                                               yyy
>                                       " type="submit" />
> This renders wrong in IE 7 + IE8 - result: extremely large buttons
> Work around:
> <fmt:message var="msg" key="xxx" />
> <stripes:submit name="showAddBundle" value="${msg}" />
> NB: The following works fine - however I'm using Eclipse and rely heavily on 
> source formatting (CTRL+SHIFT+F) which will reformat this.
> <stripes:submit name="xxx"><fmt:message key="yyy" /></stripes:submit>

-- 
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

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to