HTML tag problem in jsf page

Hello every body .I am newer in jsf.I have used the following segment in my jsf page .Now I want to read value from intl properties file in place of "*********************".How i will do it?plz help me Thanks in advance.

<t:panelGrid id="guestUserIstallationhelpnotesGrid" columns="1" border="0" columnClasses="next" style="align: right !important;"

cellpadding="8">

<f:verbatim>

<table class="tip" cellspacing="0" height="50px" border="0">

<tr>

<td class="tip_headline">

****************************************

****************************************

</td>

</tr>

<tr>

<td class="tip_text" ></f:verbatim>

<p align="justify">************

******************************

</td>

</tr>

</table>

</f:verbatim>

</t:panelGrid>

[920 byte] By [monowaralama] at [2007-11-27 11:23:48]
# 1

Use the f:loadBundle component.

RaymondDeCampoa at 2007-7-29 15:53:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...