I'm converting an existing Struts application to use XDoclet. It would be nice if I could convert subclasses of my base form bean to use XDoclet incrementally, rather than in one monolithic change. But in the end it's probably not that big of a deal.
You should be able to do this incrementally, by taking an existing struts-config.xml and slicing it up into merge points. As for validation.xml - I don't recall if there is a merge point in there or not, but it is simple to customize the template and add one (pull the .xdt file out of the JAR, add a merge point, point to it with templateFile="...").
What is not working with doing things incrementally?
Erik
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
