I looked at the Struts documentation for skinning and have one
question that I'm not sure can be addressed by Struts2

In my case I'd like to skin some of the pages, but not all.

So if my directory structure is something like

+ content
   - index.jsp
   + user1
       - about.jsp
   + user2
       - about.jsp

And the URL is http://localhost/user1/index.jsp

I would like to return content/index.jsp..

Does that make sense?  I can probably do this with some type of
filter, but wondered if Struts2 had a better mechanism

-- 
Greg Akins

http://insomnia-consulting.org
http://www.pghcodingdojo.org
http://pittjug.dev.java.net
http://twitter.com/akinsgre
http://www.linkedin.com/in/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to