A wise old hermit known only as ravi shankar dwivedi <[EMAIL PROTECTED]> once said:
> also i want to edit the source generated by xdoclet ie java files > and xml files is it permitted or not No, hence the warnings at the top of the files "Generated by XDoclet. Do not edit"... Any changes you make will be overwritten next time the file is regenerated. However, the functions in the generated subclasses' code will in general call the function in the ancestor if it's not abstract so you can just put the code you need in the bean class. If there's any that don't, let us know. As for the XML-based files, most times there'll be a merge point so that you can create text files with the code snippets and they'll get included automatically. Again, if there are any you need which aren't there, let us know. Amdrew. _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
