Hi,
We are working on generating JSP files from presentation templates. In the PT we use taglib for JSF components. i.e [html]<%@ taglib uri="
http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="
http://java.sun.com/jsf/core" prefix="f" %>[/html]
When we use the tags like [html]
[/html],we don't get values retrieved from DCR, if we ignore the [html][/html] tag we get the values from the DCR. We found that PT is not able to process the taglibs and hence we don't get the values from DCR.
So we are in the process of installing the required jars for the JSF componenets to work in the Teamsite server. I have read thru some documentation which speaks about copying the required jars to WEB-INF/lib and changing the web.xml file.
Does anybody done this configuration in the past? Any pointers will be of real help. Iam basically looking on the following:
1. Where to copy the files in Teamsite server (As i can see WEB-INF in various locations)
2. After i copy the jars how do i refer it in the PT?
3. Do i need any other configurations like changing CLASSPATH etc..
Thanks,
Arun.