[
https://issues.apache.org/jira/browse/TOBAGO-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197918#comment-15197918
]
Hudson commented on TOBAGO-1541:
--------------------------------
SUCCESS: Integrated in Tobago 3.0.x #285 (See
[https://builds.apache.org/job/Tobago%203.0.x/285/])
TOBAGO-1541: Use of ResourceBundles should support parameters (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1735265])
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/MessageFormat.java
TOBAGO-1541: Use of ResourceBundles should support parameters (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1735263])
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/MessageFormat.java
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/20-format/format.xhtml
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/tobago-resource/html/standard/standard/property/overview.properties.xml
*
tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/TaglibGenerator.java
> Use of ResourceBundles should support parameters
> ------------------------------------------------
>
> Key: TOBAGO-1541
> URL: https://issues.apache.org/jira/browse/TOBAGO-1541
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core
> Reporter: Matthias Wronka
> Assignee: Udo Schnurpfeil
>
> Working with resourceBundles for i18n in JSF-Views should support parameters
> for formatted messages similar to <h:outputFormat> as described here:
> http://www.mkyong.com/jsf2/jsf-2-0-and-resource-bundles-example/
> The solution could look like this:
> bundle.properties:
> myStringWithParameters=Parameter 1 is {0}, parameter 2 {1}.
> <tc:out value="#{bundle.myStringWithParameters" format="true>
> <f:param value="First value" />
> <f:param value="Second value" />
> </tc:out>
> The output should be (surprise): "Parameter 1 is First value, parameter 2
> Second value."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)