Hi Mike,
I have downloaded the nightly build and the separate build of the AjaxExample that you have provided. When I run it from the command line it opens up the main page but then gives errors for each of the links. They're all the same but an example is:
java.lang.ClassNotFoundException: Cannot find class or component named AjaxAutoComplete in runtime or in a loadable bundle
Am I doing something wrong? or is the framework not being loaded correctly? I placed the Ajax and ERJars frameworks in /Library/Frameworks
Thanks, David
[2006-04-24 15:23:37 PDT] <WorkerThread2> WOBundle.lookForClassInAllBundles(AjaxAutoComplete) failed! [2006-04-24 15:23:37 PDT] <WorkerThread2> <com.webobjects.appserver._private.WOComponentRequestHandler>: Exception occurred while handling request: java.lang.ClassNotFoundException: Cannot find class or component named AjaxAutoComplete in runtime or in a loadable bundle [2006-04-24 15:23:37 PDT] <WorkerThread2> com.webobjects.foundation.NSForwardException for java.lang.ClassNotFoundException: Cannot find class or component named AjaxAutoComplete in runtime or in a loadable bundle at com.webobjects.appserver._private.WOHTMLWebObjectTag._componentReferenceWithClassNameDeclarationAndTemplate(WOHTMLWebObjectTag.java:134) at com.webobjects.appserver._private.WOHTMLWebObjectTag._elementWithDeclaration(WOHTMLWebObjectTag.java:206) at com.webobjects.appserver._private.WOHTMLWebObjectTag.dynamicElement(WOHTMLWebObjectTag.java:122) at com.webobjects.appserver._private.WOHTMLTemplateParser.didParseClosingWebObjectTag(WOHTMLTemplateParser.java:52) at com.webobjects.appserver._private.WOHTMLParser.didParseClosingWebObjectTag(WOHTMLParser.java:183) at com.webobjects.appserver._private.WOHTMLParser.endOfWebObjectTag(WOHTMLParser.java:150) at com.webobjects.appserver._private.WOHTMLParser.parseHTML(WOHTMLParser.java:67) at com.webobjects.appserver._private.WOHTMLTemplateParser.parseHTML(WOHTMLTemplateParser.java:81) at com.webobjects.appserver._private.WOHTMLTemplateParser.parse(WOHTMLTemplateParser.java:95) at com.webobjects.appserver._private.WOParser.templateWithHTMLAndDeclaration(WOParser.java:71) at com.webobjects.appserver._private.WOComponentDefinition.template(WOComponentDefinition.java:288) at com.webobjects.appserver.WOComponent.templateWithName(WOComponent.java:597) at com.webobjects.appserver.WOComponent.template(WOComponent.java:507) at com.webobjects.appserver.WOComponent.appendToResponse(WOComponent.java:982) at com.webobjects.appserver.WOSession.appendToResponse(WOSession.java:1200) at com.webobjects.appserver.WOApplication.appendToResponse(WOApplication.java:1418) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedPage(WOComponentRequestHandler.java:230) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedSession(WOComponentRequestHandler.java:287) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWithPreparedApplication(WOComponentRequestHandler.java:322) at com.webobjects.appserver._private.WOComponentRequestHandler._handleRequest(WOComponentRequestHandler.java:358) at com.webobjects.appserver._private.WOComponentRequestHandler.handleRequest(WOComponentRequestHandler.java:432) at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306) at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173) at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254) at java.lang.Thread.run(Thread.java:552)
On 24 Apr 2006, at 12:22 PM, Mike Schrag wrote:
Grab Ajax.framework, ERJars.framework, and the AjaxExamples app from the latest build on http://www.mdimension.com/~wonder, and run the AjaxExamples Application to try it out.
|