> 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?
AFAIK "both" is legal, not "remote,local". > 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. This is wrong. Yes we need to stringtokenize it by ",". > 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) it's not a good practice to split values like that, but I think it's better to keep/correct it than remove it. Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
