Thanks, I've found and scanned through it. I think there's (at least) one thing I'm still not understanding though and that is how to use forwards to move from one sub-app to another.
One thing I want to do, for example, is have different sub-apps per the type of user who has logged in. So what I'd like to do is in my LoginAction class (from the default sub-app), check the user's type and then forward them into their sub-app based on that. Doing this with forwards seems like the way to go, but I don't see a "prefix" attribute available for forwards. Or, since there is no prefix attribute on forwards, do you have to define global forwards in each sub-app's config and make sure that there is no clash in global forward names across all sub-apps? --- Eddie Bush <[EMAIL PROTECTED]> wrote: > Have you tried searching the archives? I gave what > I would consider to > be a pretty thorough explaination of using sub-apps. > > Jeff Corliss wrote: > > >Does anyone know of an existing example application > >that can be downloaded which implements use of the > >multiple sub-apps feature of Struts 1.1 (especially > >including switching between the sub-apps)? As best > I > >can tell, none of the web apps in the distribution > do > >this (not even the Artimus app in the contrib). > > > >TIA, > >JC > > > > -- > Eddie Bush > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

