Re: JSF and SSI

2008-01-02 Thread Joe Riopel
I don't know much about your project, but based on your question Facelets might be easier than plain JSF for handling your SSI. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: JSF and SSI

2007-12-28 Thread mgainty
You will get a faster and more accurate response if you display contents of your jsp(f)/jsf/faces page regards/ Martin - Original Message - Wrom: CAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSF To: "Tomcat Users List" Sent: Friday, December 28, 2007 7:41 AM Subject: Re: JSF and SSI

Re: JSF and SSI

2007-12-28 Thread Shannon Scott
Thank you for your response. I thought it was the jsf view tag that was generating the HTML/HEAD/SCRIPT tags, but after your note, I realized it was an ajax4jsf tag that was forcing the generation of the HTML/HEAD/SCRIPT tags. Thank you again. Take care. Shannon david delbecq wrote: Shannon

Re: JSF and SSI

2007-12-27 Thread david delbecq
Shannon Scott a écrit : Hello, We have been trying to use JSF as a Server Side Include (SSI - .shtml ). What you mean by SSI (in the context of tomcat)? The problem is that the jsf adds an extra set of HTML tags to the page ( breaking the page ). We have successfully used jsp pages for SSI in

JSF and SSI

2007-12-27 Thread Shannon Scott
Hello, We have been trying to use JSF as a Server Side Include (SSI - .shtml ). The problem is that the jsf adds an extra set of HTML tags to the page ( breaking the page ). We have successfully used jsp pages for SSI in the past. Is there a way to stop tomcat from generating these extra tags wh