I don't believe its possible to generate an ActionForm from two EJB's either. To be honest, the whole idea of generating a form bean from some other Java persistence code just doesn't seem right to me, even if you are gluing pieces together like two EJB's.
The form is the presentation tier, and by design its not (directly) related to the persistence/business tier, except via a loose "controller" connection.
In my recent Struts projects, we've been writing ActionForm beans manually, but generating lots from them.
Erik
Derek Lin wrote:
Hey Erik, Can I generate an ActionForm from two or more EJB's (Some or all properties from each)? I was looking at this sometime ago but didn't get it work.Thanks, Derek
------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
