Re: sitemesh and jsf

2007-02-28 Thread Garner Shawn
this in the future. Regards, Simon Garner Shawn wrote: I tried this and it didn't work but am unsure why: ExternalContext.dispatch to execute the jsp servlet for processing its template so maybe it's just as simple as ensuring the decorators file for Sitemesh uses .jsf urls rather than .jsp

Re: sitemesh and jsf

2007-02-28 Thread Titi Wangsa
have you tested it? i'm going to download it and test it

Re: sitemesh and jsf

2007-02-28 Thread Garner Shawn
Yeah, I tested it on one page. I'll be working on the rest of my pages at a later date. On 2/28/07, Titi Wangsa [EMAIL PROTECTED] wrote: have you tested it? i'm going to download it and test it

Re: sitemesh and jsf

2007-02-28 Thread Mike Kienenberger
for processing its template so maybe it's just as simple as ensuring the decorators file for Sitemesh uses .jsf urls rather than .jsp urls to its template files, in order to trigger the FacesServlet rather than just the jsp-handler servlet? I got close by overriding the sitemesh filter

Re: sitemesh and jsf

2007-02-27 Thread Ricardo Tercero Lozano
As far as I know you cannot use JSF in Sitemesh decorators. Ricardo. On 2/26/07, Garner Shawn [EMAIL PROTECTED] wrote: I'm trying to use sitmesh with JSF and am getting the following exception: This is my template decorator page and has a f:view page. Is there something I have to do

Re: sitemesh and jsf

2007-02-27 Thread Garner Shawn
Why not, you can have JSF if you use tiles? Tiles does the same sort of thing. Should be able to do something to have Sitemesh allow for it too. Anyone find a way to get this to work? Shawn On 2/27/07, Ricardo Tercero Lozano [EMAIL PROTECTED] wrote: As far as I know you cannot use JSF

Re: sitemesh and jsf

2007-02-27 Thread Grant Smith
as I know you cannot use JSF in Sitemesh decorators. Ricardo. On 2/26/07, Garner Shawn [EMAIL PROTECTED] wrote: I'm trying to use sitmesh with JSF and am getting the following exception: This is my template decorator page and has a f:view page. Is there something I have to do

Re: sitemesh and jsf

2007-02-27 Thread Garner Shawn
for it too. Anyone find a way to get this to work? Shawn On 2/27/07, Ricardo Tercero Lozano [EMAIL PROTECTED] wrote: As far as I know you cannot use JSF in Sitemesh decorators. Ricardo. On 2/26/07, Garner Shawn [EMAIL PROTECTED] wrote: I'm trying to use sitmesh with JSF and am

Re: sitemesh and jsf

2007-02-27 Thread Garner Shawn
I tried this and it didn't work but am unsure why: ExternalContext.dispatch to execute the jsp servlet for processing its template so maybe it's just as simple as ensuring the decorators file for Sitemesh uses .jsf urls rather than .jsp urls to its template files, in order to trigger

Re: sitemesh and jsf

2007-02-27 Thread Simon Kitching
: ExternalContext.dispatch to execute the jsp servlet for processing its template so maybe it's just as simple as ensuring the decorators file for Sitemesh uses .jsf urls rather than .jsp urls to its template files, in order to trigger the FacesServlet rather than just the jsp-handler servlet? I

Re: sitemesh and jsf

2007-02-27 Thread Garner Shawn
as ensuring the decorators file for Sitemesh uses .jsf urls rather than .jsp urls to its template files, in order to trigger the FacesServlet rather than just the jsp-handler servlet? I got close by overriding the sitemesh filter and then doing a chain.filter before calling the sitmesh filter

sitemesh and jsf

2007-02-26 Thread Garner Shawn
I'm trying to use sitmesh with JSF and am getting the following exception: This is my template decorator page and has a f:view page. Is there something I have to do with this to initialize the FacesContext for the decorators/templates? javax.faces.FacesException: Faces context not found.

sitemesh with JSF

2007-02-25 Thread Garner Shawn
I'm trying to use sitmesh with JSF and am getting the following exception: This is my template decorator page and has a f:view page. Is there something I have to do with this to initialize the FacesContext for the decorators/templates? javax.faces.FacesException: Faces context not found.