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


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

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to