what is youre webapp root? is it /general/guestbook/ ? because the urls you are seeing should be packaged resources that should be served by wicket what dir did you exactly make?
On 2/3/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > I was moving thru the examples on these link > http://wicket-stuff.sourceforge.net/wicket-contrib-dojo/BasicTooltipTutorial.html > using > Netbeans > > However on deployment using Netbeans/Tomcat deploy, the browser was giving > javascript error [Object excpected...]. So out of curiousity i dug into the > html/javasript code and i saw a line like this: > > <script language="JavaScript" type="text/javascript" > src="/general/guestbook/resources/wicket.contrib.dojo.DojoAjaxHandler/dojo.js"></script> > <script type="text/javascript" language='JavaScript' > src="/general/guestbook/resources/wicket.contrib.markup.html.tooltip.TooltipPanel/tooltip.js"></script> > > Now those two folders were missing in my application Web archive. I had to > create it manually and then copied the two javascript files from the > wicket-dojo jar builds before the application could work as it should. > > So i want to know..what have i dont wrong? or is it Netbeans or tomcat or > wicket-dojo? > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
