I started playing with opt-formproc this weekend. So far it has been very useful, however I did find a problem when using domify as the view type.
In ThrowawayForm.java, line 366 there is a 'public Object getFormTarget' that returns 'this' if no target is specified. The intended behavior of this method is good, however when domify encounters it, a reentrant call happens. The best way to fix this is to make the method protected access.
Let me know if you want me to commit this fix.
.................................. Mike Moulton [EMAIL PROTECTED]
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ [INVALID FOOTER]