But can you have a Tiles layout that includes both JSF and Struts content? That is my problem right now. I don't see a way to do that without struts-faces or a custom integration solution.
sean On Wed, 30 Mar 2005 11:03:44 -0800, Korhonen, Kalle <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: Ray Clark [mailto:[EMAIL PROTECTED] > > Subject: Re: JSF, Tiles and Struts combo > > If you get this working please let me know. > > We do Struts at my work. So when we start transitioning to > > JSF we will probably do it as time permits. Which means > > maybe 1 page at a time in the war file. So we will need to > > be able to have Struts and JSF both working in the same war > > file which is what it looks like you are trying to do. > > So please post back your solution when you get it to work. > > We use both here. At first, we used struts-faces integration lib (also > for Tiles support!), but switched to MyFaces and TilesViewHandler > because of performance reasons and because we didn't really need > struts/faces integration. Struts-faces worked just fine, though I > remember I had to patch up little something in the lib to get url > parameters to be forwarded correctly. Our Struts and Faces servlets > simply handle different mappings. > > Kalle > > > --- Sean Schofield <[EMAIL PROTECTED]> wrote: > > > I looked at struts-faces a long time ago. Its really much > > more than I > > > need. I don't really need to use my existing Struts > > actions with JSF > > > or anything like that. Also, I had some problems with the tiles > > > support of struts-faces and had much better luck with the myfaces > > > tiles solution (way back when I was investigating whether or not to > > > use JSF.) > > > > > > I want to use Tiles for my layouts and just have a JSF page > > as one of > > > my includes and struts pages as the other includes. > > > I do not really > > > need to mix and match so I was hoping to avoid dealing with > > > struts-faces. > > > > > > sean > > > > > > > > > On Tue, 29 Mar 2005 14:37:53 -0600, Heath Borders > > > <[EMAIL PROTECTED]> wrote: > > > > I really have no knowledge of Struts, but are you > > > using struts-faces? > > > > > > > > On Tue, 29 Mar 2005 15:04:06 -0500, Sean Schofield > > > > <[EMAIL PROTECTED]> wrote: > > > > > I am attempting to use these three technologies > > > together. I'm using > > > > > the MyFaces Tiles component. I am now > > > successfully getting the > > > > > correct tiles definition to load but my page is > > > bombing out because > > > > > the form beans are missing. > > > > > > > > > > I'm assuming this is just a matter of processing > > > both the Struts > > > > > servlet and the JSF servlet in the same request > > > and in the correct > > > > > order. Any hints or suggestions on how best to > > > do this? > > > > > > > > > > TIA, > > > > > sean > > > > > > > > > > > > > -- > > > > -Heath Borders-Wing > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Small Business - Try our new resources site! > > http://smallbusiness.yahoo.com/resources/ > > >

