hi,

I would like to integrate in my website
stuff like this:
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>

I tried:
                <ul>
                        <li><source><%@ taglib
uri="http://java.sun.com/jsf/html"; prefix="h"%></source></li>
                        <li><source><%@ taglib
uri="http://java.sun.com/jsf/core"; prefix="f"%></source></li>
                </ul>

but I got an error.


Also I would like to show content of a web.xml
eg.
<?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE web-app PUBLIC
 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
...
</web-app>

But I couldn't get it to work with
<source/> element of forrest.

Any hints will be fine!

Best regards,
Matthias We�endorf

Reply via email to