[appengine-java] Re: wicket ajax on gae

2011-01-07 Thread Didier Durand
Hi, After analyzing your error messages, I think that you need to create a /app/resources in your /war created by the jdk, copy in it all the files and subdirs mentions in your error message: wicket-ajax.js, org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/ modal.js, after you l

[appengine-java] Re: wicket ajax on gae

2011-01-08 Thread fachhoch
this same application if I deploy to jetty it works, finding all these resources are not problem when deployed to tomcat , weblogic, jetty any other server .its wicket way of handling the resources , all these resources are in the wicket jar files,I am assuming there would be some means to tell ap

[appengine-java] Re: wicket ajax on gae

2011-01-08 Thread Didier Durand
Hi, The issue is that when you upload on GAE (i.e copy the files in the cloud), all what it sees is the file that you 've copied to the appropriate subdir of the /war in your eclipse project: if you don't copy them to /war/x/y/z, it just won't work because needed classes won't be present. regards

[appengine-java] Re: wicket ajax on gae

2011-01-08 Thread fachhoch
I saw some tutorials about deploying wicket app to gae , they did not mention any problem with resource loading , I think I am the only one having problems deploying wicket app , is there any article which tells more about resource handling with wicket in gae ? On Jan 8, 10:22 am, Didier Duran

[appengine-java] Re: wicket ajax on gae

2011-01-09 Thread fachhoch
did any wicket appliation deployed to gae had a similar problem , if not wicket gurus please help me this error happens only when deployed to gae and not to jetty or any other server, help is appreciated. On Jan 8, 2:34 pm, fachhoch wrote: > I saw some tutorials about deploying wicket app to ga