Re: Struts and Role specific Action Forwarding: Overview Answer

2004-11-23 Thread Dakota Jack
Rajesh, Just to complement Eddie Bush's assistance. The Struts controller setup in the MVC does some data mining the ActionForm and then passes off to different actions for different business logic and to different ActionForwards for different presentation. Thus, if you are clear about what each

Re: Struts and Role specific Action Forwarding

2004-11-22 Thread Eddie Bush
... might be a bit simplistic, but could you perhaps name your forwards after your roles and just have your action handle things that way? ... if the model is the same ... Then, you wouldn't have to touch the Action class unless your model needed tweaking. Another thing you could condier is h