[
http://www.stripesframework.org/jira/browse/STS-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Gunter closed STS-702.
--------------------------
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development