2008/8/28 Mariano López <mlopez_at_sescam.org>
> Diego try this,
>
> Create a property page called contentValue and generate getter and setter.
>
> In prerender method set it to:
>
> setContentValue(" ......... What you want .......");
>
> In jsp page set:
>
> |<jsp:directive.page ..... contentType="#{PageName.contentValue}" ...../>|
>
>
> I hope this help you.
>
> Mariano López
>
>
Mariano:
I used you approach and worked OK. Thanks a lot.
Regards,
Diego.