> Maybe I missed a bit, but do you not always have page flow coded in JSP AND Action > classes?
This should be the exception ! Not the rule. > In the action the server decides what to do with user input and what page to go next. No. The action just says success, error or whatever return code. In your struts-config, you decide which JSP correspond to this code. > This page will be presented to the user. There may be several buttons on it allowing > the user to choose how pageflow continues. It depends how you implements these buttons. IMO these buttons should not know anything about the action or the JSP. A button calls a path... that's all. > So even if you think you can read module switching definitions from your config > files, there will be some decision necessary WHEN to switch the module. And IMO this > resides either in Action class or (by giving the user the choice) in JSP. Modules are a config issue. When I change a module name, I should change my configuration files, not my code. > > Hiran > > ----------------------------------------- > Hiran Chaudhuri > SAG Systemhaus GmbH > Elsenheimer Straße 11 > 80867 München > Phone +49-89-54 74 21 34 > Fax +49-89-54 74 21 99 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]