https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-function

https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create-function

On 5/30/08, Paulo Angelo <[EMAIL PROTECTED]> wrote:
> 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