I am using the 11th Oct 03 build. In this release, there is no package
called error inside the config directory. But the ConfigServlet still refers
to that in the Digester.
// Configure the processing rules
// parse "Error" - object
digester.addObjectCreate("dbforms-errors/error",
"org.dbforms.config.error.Error");
digester.addSetProperties("dbforms-errors/error");
digester.addSetNext("dbforms-errors/error", "addError",
"org.dbforms.config.error.Error");
// parse "Message" - object + add it to parent (which is "Error")
digester.addObjectCreate("dbforms-errors/error/message",
"org.dbforms.config.error.Message");
digester.addSetNext("dbforms-errors/error/message", "addMessage",
"org.dbforms.config.error.Message");
digester.addSetProperties("dbforms-errors/error/message");
digester.addCallMethod("dbforms-errors/error/message", "setMessage",
0);
Am I missing something here?
Thanks
Sunil Mishra
This message is confidential and may also be legally privileged. If you are not the
intended recipient, please notify [EMAIL PROTECTED] immediately. You should not copy
it or use it for any purpose, nor disclose its contents to any other person. The views
and opinions expressed in this e-mail message are the author's own and may not reflect
the views and opinions of ADP Wilco.
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
DbForms Mailing List
http://www.wap-force.net/dbforms