This is the problem with being a solitary developer who doesn't have
other developers to bounce his ideas off of. I'm using you all. 

I'm finding myself gradually creating a generic two-way form bean. 

That is to say, a number of my actions boil down to showing lists of
objects that need to be modified and saved, so I have a form that
contains a List, and I put it into the session scope with the objects
that need to be dealt with. Since the List can contain any object, I've
used this form bean in several places where the concepts are similar. 

Eventually, I added a String named method to it to enable it's use in
DispatchActions. Didn't hurt it's reusability.

Now I've also got some screens that need input criteria for the search
that results in the data upon the screen. I'm contemplating adding a Map
to this form for this purpose.

My intentions are good. Any thoughts about where this road I am paving
is going to?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to