previous | index | next

Accessing Message Bundles

In a .jsp page, instead of using:

     <h:outputText value="Guess the next number in the sequence!"/>
use

     <h:outputText value="#{msgs.guessNext}"/>

Here's the full page for the number quiz application: index.jsp.


previous | index | next