On Mon, 3 Sep 2001, Ara Abrahamian wrote:
> I forgot that ActionForm is a class, what a dumb design :-)
(o:  yep - I looked for the interface, it certainly aint there!

> We can apply adapter pattern for this case. I mostly use dataobjects in
> my jsp taglibs, even as rows in my listing views, also for validation.
> Actionform stuff seems logical to me. I should be able to pass the
> actionform stuff on to the ejb layer provided it's a dataobject also,
> it's also logical to have simple validation logic in
> dataobject/actionform. Adapter pattern seem to be the solution, a
> delegate to the dataobject, a getDataObject method.
at the moment I have a getData() method in the generated ActionForm.

> I guess we can catch Veto exceptions, they have a message as usual, we
> can add the message to actionerros. I'm not sure; someone should give it
> a try.
yep - I'll look into it.  I think a few other things on your 1.0 list
should take precedence though, so will probably have a look at some of
them first.

cheesr
dim



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to