>From: David Delbecq [mailto:[EMAIL PROTECTED]
>Sent: 15 January 2008 15:54
>To: MyFaces Discussion
>Subject: Re: Recursive tag evaluation
>
>It's not possible, mainly because the notion of tag is independant to
>JSF. JSF is a component handler. JSP tags are used to crea
It's not possible, mainly because the notion of tag is independant to
JSF. JSF is a component handler. JSP tags are used to create the
component tree. When your bean evaluation is done, the component tree is
already build and the notion of tag is then irrelevant. However, if you
have alternativ
AMIR-TAHMASSEB Marc <[EMAIL PROTECTED]> schrieb:
> Hi everybody,
>
> Does anybody know how I can evaluate the result of a tag evaluation ?
>
>
> Here is my problem :
>
> In my jsp I do this :
>
>
>
>
> In myForm bean i have :
>
> public String getMyText() {
> return "";
> }
>
3 matches
Mail list logo