On digging slightly deeper I see there is no bug (at least not in the code, just in my memory) - I had thought the second argument to getParameter was meant to be the tag's name, but in fact it does expect the entire tag contents. I was confusing it with getTagValue, which expects the tag and parameter names.
So, there's your solution - just use the name="..." parameter in your @ejb:bean to specify the name without the "Entity" suffix. Andrew. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
