Hi, You could have a look at the Stripes + Tiles example from the Stripes book. The source code for the examples is freely available here:
http://www.pragprog.com/titles/fdstr/source_code The example with Tiles is email_17. Hope that helps. Cheers, Freddy http://www.stripesbook.com On Thu, 15 Jan 2009 19:27:55 -0800 (PST), "jmcolyer" <[email protected]> said: > > Hi, > I recently added stripes to an application that uses struts tiles. The > problem I have is that when I call the stripes action class it's not > found. > It does load if I go directly to the jsp, but the tile layout is no > longer > there. I looked around on the web and all I could find was a suggestion > of > creating a custom resolution, but I'm not sure what I would create. I > tried > to create a struts action "StripesForwarder" and forward to the stripes > page, but stripes throws an error saying the page/action wasn't called by > stripes. > > Basically what I'm looking for, is a way to make the stripes pages load > the > same as the struts pages. Also, I can't just rip out the struts > framework > as my application is tightly coupled with another, and I don't want to > affect the other app. > > Any help/ideas is appreciated. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
