Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-21 Thread Sean Schofield
For those interested in the code: http://issues.apache.org/bugzilla/show_bug.cgi?id=31842 sean On Wed, 20 Oct 2004 10:52:27 -0400, Sean Schofield <[EMAIL PROTECTED]> wrote: > Mark, > > Thanks for the info. Any info at this stage may prove helpful so its > appreciated. I made some progress th

Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-20 Thread Sean Schofield
Mark, Thanks for the info. Any info at this stage may prove helpful so its appreciated. I made some progress that I wanted to share with you (and the rest of the mailing list.) I took a look at the lastest source code for struts-faces and noticed some new stuff. Craig has a ViewHandlerImpl cla

[OT] Template mechanism JSF was Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-20 Thread Mark Lowe
Okay.,.. This isn't really a how to use tiles with JSF so sorry to those who dont like jsf speak on the struts list, but i know there are folk who are head banging same as i was.. Rather than using tiles if you are using a JSP2 enabled server like tomcat 5.. You can use the JSP tag lib mecha

Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-20 Thread Mark Lowe
Oh no.. Found it.. On 20 Oct 2004, at 10:17, Mark Lowe wrote: Dooh.. The jsf source only provides the interfaces and abstract classes, without the actual buts that do the work in there. On 20 Oct 2004, at 09:59, Mark Lowe wrote: Sean I've been trying the same thing (use struts for tiles and the

Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-20 Thread Mark Lowe
Dooh.. The jsf source only provides the interfaces and abstract classes, without the actual buts that do the work in there. On 20 Oct 2004, at 09:59, Mark Lowe wrote: Sean I've been trying the same thing (use struts for tiles and the rest jsf) here's what I've found in case it useful. Myfaces h

Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-20 Thread Mark Lowe
Sean I've been trying the same thing (use struts for tiles and the rest jsf) here's what I've found in case it useful. Myfaces has a tiles handler and seems to work okay, (see www.myfaces.org) . Not wanting to use myfaces for the core, as its a beta version, I just use the my faces components w

Re: [struts-faces][struts-chain] Tiles and faces integration question

2004-10-19 Thread Craig McClanahan
One issue to beware of is a JSF restriction related to RequestDispatcher.include() -- which is what Tiles uses under the covers. Each included Tile has to be nested in an tag (either in the surrounding page, or inside each Tile). In the "example2" sample app, I put these in the layout because it

[struts-faces][struts-chain] Tiles and faces integration question

2004-10-19 Thread Sean Schofield
I am trying to get struts and jsf to play nice with each other. Right now, my only requirements are to have tiles supported. Most everything else will be handled through JSF. I have looked at the struts-faces package, but most of it seems to be overkill for what I want. I would like to use stru