On Fri, 30 May 2003 16:01:45 -0400, Vic Cekvenich wrote:
 
> You are trying to shourt cut, trust me, but I am about to give up. If
> you have 2 pages, you should have 2 actions and 2 beans. (MVC!) You try
> to do 5 "objects" for 2 pages.
>  I can lead a horse to the water, shove the face in and ... nothing
> happens.

No need for you to get mean here. I'm not trying to take a short cut.
Maybe it's a language barrier thing and you are missing what I am saying.
And I don't know where anything that I have written has you get the idea
I'm using 5 objects for 2 pages.  I have the 2 actions and 2 bean scenario
you describe above. All my forms submit to a controller, etc.

All of this discussion revolves around an Action forwarding to another
Action and the possible implications of that, otherwise we are on the same
page. I'm not saying that all Action chaining like you are describing is
wrong, I'm just saying there are definitely things to consider that you
seem to be ignoring when you have an Action forward to another Action. You
don't see any problems with it but there are some since the same initial
Request (and properties on the initial form) get propogated to the other
Actions you forward to. You don't see it ever as a problem so we'll just
agree to disagree.

-- 
Rick

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to