Hello,

I would like to do something like the following:

               <h:outputFormat value="To view your report click {0}.">
<f:param><h:outputLink value="report.jsf"><h:outputText value="here" /></h:outputLink></f:param>
               </h:outputFormat>

But this is not valid according to the tld so I tried without wrapping the <h:outputLink> in the <f:param> tags and got this as the output:

   <a id="_id12" href="report.jsf"> here </a>

To view your report click {0}.
Any ideas on how I can do this?

Thanks,
Rich

Reply via email to