I'm using cocoon to generate some forms based on info stored in a db. I can also generate a descriptor.xml file for use with the FormValidator that works like a charm. The problem is that if the info in the db changes, the form is regenerated correctly, but the FormValidator uses the descriptor it has cahced from last time instead of reading the new one. Is there any way to force the validator to check for a new configuration?
As a side question: In order to get the validator to find my dynamically generated descriptor file, I had to give it a source of "http://localhost/whichForm/descriptor.xml". I tried using "cocoon:/" and "context:/", "cocoon://" and "context://", and even "cocoon:///" and "context:///", but none of those seem to work. Am I missing something? Oh yeah, here's what I'm running. Cocoon 2.0.2 on JBoss-2.4.4/Tomcat-4.0.1 on Linux 2.4.3 (Mandrake 8.2) Thanks, Jeremy --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>