Bugs item #625585, was opened at 2002-10-19 08:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=625585&group_id=4754
Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: Mind Bridge (mindbridge) Assigned to: Howard Lewis Ship (hship) Summary: Error messages with unclear origins Initial Comment: The following errors tend to occur fairly often, but they do not give the developer information as to where they have occurred: 1. Cannot find component when resource path rather than alias is used. Exception message: Could not locate resource /net/sf/tapestry/components/InsertWrapped.jwc in the classpath. An indication as the which file the error refers to would be very helpful. 2. Cannot find component when alias is not defined (or a library namespace is omitted) Exception message: Component 'InheritInformalAny' not found in framework namespace. Same as above -- the name of the file would be helpful. 3. Cannot find library. Exception message: Library 'Content.Contrib' not found in Content.Contrib. ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2002-10-19 10:30 Message: Logged In: YES user_id=26816 Usually these exceptions are wrapped in other exceptions that define the context better, is that not sufficient (given the nested exception reporting built into Tapestry)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=625585&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by: Access Your PC Securely with GoToMyPC. Try Free Now https://www.gotomypc.com/s/OSND/DD _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
