From: "Marty Jones" <[EMAIL PROTECTED]> > I was wondering if Struts supports a way of supporting customized views for a > given action? For instance, a particular group of users may have a different > look and feel to a given web application that another group of users. Looking > at the Struts configuration file, it seems that you have to specify the .jsp > file that will be used for a given action result. > Does anyone know if struts can do this?
You could have multiple forwards for the action and programatically determine which one to use. I have the same Action mapped to two different URL patterns, with a separate set of forwards for each. You could do it with CSS and dynamically pick which stylesheet to use based on something in the user's session. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]