Hi all,

Where can I get more docs about the first option?

Thanx,

PA

On Thu, May 29, 2008 at 5:35 PM, simon <[EMAIL PROTECTED]> wrote:

>
> However if you definitely want to do this, then there are two options.
>
> (1)
> With JSF1.2 (or JSF1.1+facelets) you can register a static method with
> the EL engine, then call it from el. So for example, you could write a
> method
>  public static void invokeMethod(MyBean bean, int param)
> then invoke it from your page:
>  #{myns:invokeMethod(bean, 1)}
>
>

Reply via email to