Thanks for the response Freddy.  This example is using stripes only.  What
I'm trying to do is to call a stripes action from a struts tile page and
then have the stripes jsp load inside the current struts tile.  

Here's what I'm doing.

A struts menu is loaded.  It has a mainLayout tile and a body.  There's a
link in the body to my stripes page.

#  myImage.png <BR>My Description 

When I click on this link, it takes me to my stripes page, but the struts
tiles are now gone.  What I think I need is a custom resolution, instead of
stripes' ForwardResolution which will also load/keep the struts tiles.




Freddy D. wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-Stripes-to-an-existing-Struts-application-tp21491277p21501159.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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

Reply via email to