dev@jsftemplating.java.net

[Issue 7] Full WAR file

From: <kenpaulsen_at_dev.java.net>
Date: 6 Feb 2007 12:10:54 -0000

Full WAR file:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=7



User kenpaulsen changed the following:

                What |Old value |New value
================================================================================
                  Status|NEW |STARTED
--------------------------------------------------------------------------------




------- Additional comments from kenpaulsen_at_dev.java.net Tue Feb 6 12:10:54 +0000 2007 -------
Hi,

Thanks for filing this issue. JSFTemplating supports JSF 1.1 (see the downloads section of the JSFTemplating WWW site).
 Setting up a JSf 1.1 environment and using that version of JSFTemplating on tomcat should work smoothly. However,
DynamicFaces requires JSF 1.2, which is why I branched the source to support the different versions of JSF. If you plan
to use any of the DynamicFaces Ajax support, you'll need JSF 1.2.

JSF 1.2 currently requires support from JSP 2.1, which Tomcat 5.x does not support. However, I have tested a
work-a-round that should allow you to use JSF 1.2 with JSFTemplating and Tomcat. The work-a-round involves placing a
.jar in the common/lib directory of tomcat and including extra libs with your application as well. I will place an
example .war file and the necessary .jar file for the commons/lib directory in the download section of JSFTemplating.