Hi, I'm creating both EJB Value Objects as well as Struts Form Beans from my Entity Beans. What I would like to do is have access to methods that could convert from one to the other, so I could avoid a long list of:
value.setXXX (form.getXXX ()); Actually, isn't there a way to have these two be the same object? The ultimate goal, of course, is to use the values in the Form Bean to create/modify an Entity Bean... Another semi-related question. I tried the tag <entityfacade>, but the file generated wanted me to be using the old Data Objects, rather than the new Value Objects. Any way to auto-create facades using Value Objects? Thanks, Zorzella ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
