bharathisankhya 0 Newbie Poster

Hi all,

I have added the below 2 lines in my JSP file:

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

I got the below Error while opening the Jsp in the browser:

org.sakaiproject.portal.api.PortalHandlerException: org.sakaiproject.tool.api.ToolException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

It seems looking for some jar files need to be added to my application for JSF functionality. I got tomcat build Successful for my application.

Can anyone provide the jars need to add for resolve this error.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.