Thanks a lot
 
It works fine...
 
On 8/14/06, Gerald Müllan <[EMAIL PROTECTED]> wrote:
Hi,

just take the outputFormat component and give it a paramValue:

<h:outputFormat value="#{ text.personalStartPage_welcome}">
           <f:param value="#{sessionBean.currentPerson.firstname}"/>
</h:outputFormat>

And in the text resource bundle, you can reference to the param value with:

{0} as the first param, {1} for the second and so on..

cheers,

Gerald

On 8/14/06, Kapil Kataria <[EMAIL PROTECTED]> wrote:
>
> Hi How can I pass
> value to Message Bundle in jsf
>
>
>
> welcome_label = Hi % Welcome To JSF
>
> Like if i need to pass a runtime value to %
>
> --
> Regards,
> Kapil kataria
>
>


--
Gerald Müllan
Schelleingasse 2/11
1040 Vienna, Austria
0043 699 11772506
[EMAIL PROTECTED]



--
Regards,
Kapil kataria

Reply via email to