>From: Craig McClanahan <[EMAIL PROTECTED]> > > On 1/6/06, [EMAIL PROTECTED] wrote: > > > > This particular exception means that Shale could not find a dialog named > "Search Contacts" in the set of configured dialogs. (Yes, the error message > should actually *say* that ... it will tonight :-). In turn, that implies > the dialog configuration file hasn't been loaded. Is this file named > "/WEB-INF/dialog-config.xml"? Do you have the Shale filter defined in > web.xml? >
Seems like a good opportunity to hijack a thread. On a related topic, Ryan Wynn was just suggesting that we adopt the spring convention for identifying a configuration resource. This would allow a configuration file could be loaded from the class path or context root by prefixing the file with "classpath:". If you agree that this would be a useful feature, Clay and dialogs might be able to share a utility class? > The web site has a useful checklist of stuff to make sure you've set up to > use Shale in a webapp: > > http://struts.apache.org/struts-shale/using.html > > Craig > Gary