RE: Customizable View For A Given Action

2004-08-26 Thread Pilgrim, Peter
You would need to write a view handler to handle in direction. Basically a wrapper framework around the basic ServletRequest.getRequestDispatcher() code. This would produce one view per one page. If you are wanted to customise what is inside the view then that is different, e.g. skinning controls

Re: Customizable View For A Given Action

2004-08-26 Thread Wendy Smoak
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 con

Re: Customizable View For A Given Action

2004-08-26 Thread James Mitchell
What you are wanting can be implemented 100 different ways, with 150 different approaches. Struts does not have any direct support for doing this. There are 3rd party tools out there for doing this. If I had to do it, I would use a customized Tiles layout. -- James Mitchell Software Engineer