Usually, if you start to need that much dynamisation, you are better
off using the component binding features of JSF and dynamise the
component tree in Java.
works like this: binding="#{backingBean.xyComponent}" - and you can do
whatever you want to initialize your component in the back-end.
regards,
Martin
On 5/17/05, Pierrick Samary <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello,
>
> I have several questions about dynamic programmation with JSF. I open a
> thread for each one.
>
> Is it possible with JSF to use local variables from my page xxx.jsp in an EL
> expression ? If the answer is "no", is it possible to have the same
> functionnality by an other way ?
>
> Thanks,
>
> Pierrick