Hi Alin,

Of course you can do that with the existing implementation, just put your
h:outputText inside the h:commandLink

<h:commandLink action="someAction">
  <h:outputText value="a <b>bold</b> String" escape="false"/>
</h:commandLink>

Regards,

Bruno

> Hello,
>
> I need the same functionality of escape attribute from h:outputText for
h:commandLink. I know that this should be in JSF specification, but it
is possible that this to be added to MyFaces?
>
> Or, is there another way to get the same functionality with existing
implementation?
>
> Thanks,
> Alin.




Reply via email to