Thanks Kito.  Can't wait to read the next in the trenches installment.
 I enjoyed the last one.

sean

On 9/22/05, Kito D. Mann <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I just wanted to announce another new article at JSF Central about Facelets.
> This is the second of a series of articles about Facelets. In this article,
> Facelets founder Jacob Hookom explains how you can begin using Facelets in
> your JSF applications today. Here's an excerpt:
>
> "Facelets is implemented as a JSF ViewHandler, which can be easily
> configured in your application. Simply make sure the Facelets JAR
> (jsf-facelets.jar) is in your project's classpath and add a single
> modification to your faces-config.xml:
>
> <faces-config>
>   <application>
>     <!-- tell JSF to use Facelets -->
>     <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
>   </application>
> </faces-config>"
>
> Read the rest of the article here:
> http://www.jsfcentral.com/articles/facelets_2.html.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kito D. Mann ([EMAIL PROTECTED])
> Principal Consultant, Virtua, Inc. (http://www.virtua.com) Author,
> JavaServer Faces in Action
> http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info
>
> Are you using JSF in a project? Send your story to [EMAIL PROTECTED],
> and you could get your story published and win a free copy of JavaServer
> Faces in Action!
>
>

Reply via email to