I'm working on making the ejb:bean tags inheritable (and fixing all sorts of problems with figuring out what's local/remote/both).
question is, is: @ejb:bean view-type="local,remote" Still valid? The docs aren't clear. I believe that this used to work a long time ago. But the changes I just made use the validation feature of getTagValue by specifying "local,remote,both" as the valid types. But the validator doesn't split up the value to see if each one is in the valid options string. It just does an indexof into the valid values. So, do I fix getTagValue to attempt to parse the values? Or we just don't support multiple tag values like this? (oh please, oh please, say we just don't support it anymore) -David _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
