| Author |
How to include JSF tags inside XSL page?
|
Amee Dabo
Ranch Hand
Joined: Dec 22, 2001
Posts: 74
|
|
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
">
|
Thanks..
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
Errors? Then you must be seeing some error messages. The text of those messages is actually meant to be meaningful, you know. So if you didn't read the messages, read them. If you didn't understand them, then ask about them. Specifically, of course. Post the exact text.
|
 |
 |
|
|
subject: How to include JSF tags inside XSL page?
|
|
|