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 :

<h:outputText value="#{myForm.myText}" escape="false" />


In myForm bean i have :

public String getMyText() {
    return "<myTag:display/>";
}


And myTag.display refer to a tag that i wrote and that for example
return a string like "something"
 
My problem is that the second tag is not evaluated and that i have the
string '<myTag:display/>' in my JSP.

I hope someone has a solution,

regards,
 
Marc Kamran AMIR-TAHMASSEB

PS : sorry for the first incomplete email :-p

Reply via email to