I want to do something like this in JSF:
<bean:message key="affirmation.link1" arg0="<%=szFormType%>"/>

Which I think translates to 

<h:outputText value="#{bundle.affirmation.link1">
  <f:param value="#{szFormType}"/>
</h:outputText>

Is this correct?

Shawn

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to