Working with WSAD 5.1.1 and JSF 1.0
Hi,
am new to JSF and am trying to put up a sample application with JSF and WSAD and Websphere 5.1 together.
When I create a Faces enabled JSP , and write
<f:loadBundles.....>, it simply states -
Cannot find this tag under <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
I have imported the above two taglibs.
Also, hv put jsf-impl.jar and jsf-api.jar along with commons* -.jar in the project classpath in WSAD.
Wht could be the problem? plz help.
regards,
Jayashree.