On Sat, 2003-02-22 at 05:02, Nathaniel Rahav wrote: > The very strange error I was getting below has somehow fixed itself. It > fixed when I moved the problematic code to the top of my methods > in the java file (before all the CMP field accessors) .
That sounds weird. I wouldn't expect the order of the methods in the source file to be significant. Can you try moving it back and see if the error reoccurs? From a quick look at the source for the relevant tag handler, the exception looks more likely to be due to not finding the "match" tag parameter when it's testing a field for being a VO field. If you can reproduce the problem, raise a bug report in JIRA and attach the stack trace and source file that produce it. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
