Please help me with the issue , I am trying to deploy wicket in google app engine, i was able to bring up the home page ,then for further testing I added a simple ajaxlink , when I click on the link nothing happens then I enabled logging of wicket and saw this in logs
FINE: ending request for page [Page class = org.radiosai.saibaba.web.page.HomePage, id = 0, version = 0], request [method = GET, protocol = HTTP/1.1, requestURL = http://localhost:8888/app/, contentType = null, contentLength = -1, contextPath = , pathInfo = null, requestURI = /app/, servletPath = /app/, pathTranslated = null] Jan 8, 2011 1:04:01 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /app/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js Jan 8, 2011 1:04:01 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js Jan 8, 2011 1:04:01 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css Jan 8, 2011 1:04:01 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js please advice me how to resolve this ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-ajaxlink-when-deployed-to-google-app-engine-tp3178810p3204602.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
