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>

