users@woodstock.java.net

Re: webuijsf:meta and getMaxInactiveInterval

From: Diego Gil <diego.a.gil_at_gmail.com>
Date: Mon, 1 Sep 2008 09:47:46 -0300

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.