Ionel Gardais wrote:
@ejb.value-object name="AWithB" match="*"
@ejb.value-object name="AWithoutB" match="withoutB"

now in your code, before get/setters, add @ejb.value-object match="withoutB" except before the method that retrieves the B datas.

Yes, this works, but I was hoping for a solution without having to add all the @ejb.value-object match="withoutB" tags.
I know I'm lazy... but I think it's an often used feature to create two sets of value objects: one containing only the originating beans fields (e.g. for list and search operations) and one containing the dependent objects (for detail views and edit operations).


Rainer



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to