Hi,
I want to include
JSF tag inside xsl page. e.g. I want to do something like this:
....
.....
<xsl:if test="type = 'textField'">
<h:inputText id="id1" name="text1'/>
</xsl-if>
If I include it as it is; its giving errors after I run it as xsl is not accepting JSF code.
Can anybody help to solve it?
Thanks,
Amita
">