Our company is considering adopting the Strut framework into our web
development.  One thing that has grabbed my attention is that the
pre-popping of FormBeans from MT objects occurs in an Action before
forwarding the page to the next View.  This seems to dictate that the each
action directly knows the next view as well as the previous view.
Consequently, the action classes are tied to particular flows throughout the
website.  This seems somewhat awkward -- especially when a form can be
appear in multiple flows.  Am I missing something or is this the intended
design?

Thanks,
Billy

Reply via email to