ResourceBundle Entry
-----------------------
view.copyRightSymbol=\u00a9
JSF
----
<c:set var="viewcontrollerBundle"
value="#{adfBundle['view.ViewControllerBundle']}"/>
<af:outputText
value="Copyright #{viewcontrollerBundle['view.copyRightSymbol']}" id="ot1"/>
The output on the page may look like as shown in the following image.
No comments:
Post a Comment