Re: Wicket Drag and Drop

2010-10-18 Thread Jarosz Yohan
on the topic just a few weeks ago. http://apache-wicket.1842946.n4.nabble.com/drag-and-drop-td1881857.html also see http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tt2532928.html Ernesto On Mon, Oct 18, 2010 at 4:14 PM, Jarosz Yohan wrote: Hi, I want to use

Wicket Drag and Drop

2010-10-18 Thread Jarosz Yohan
Hi, I want to use dnd with my wicket application (1.5). I read about dojo contribution (http://wicketstuff.org/confluence/display/STUFFWIKI/Simple+Dojo+D'n'D+tutorial), but also there is wicket-dnd on http://code.google.com/p/wicket-dnd/ and about scriptaculou

pages updating problem (ProxyPass - mod_jk)

2010-07-23 Thread Jarosz Yohan
Hi all, I 'm using AJP to connect my application to tomcat on www.serverA.com And I want to access my application with another www.serverB.com So I'm using proxyPass directive on serverB to process the requests. I have no problem in accessing diff

Re: Loading static javascript

2010-07-15 Thread Jarosz Yohan
Perhaps I have badly explained something. my javascript files are not located in my webapps directory, but on the filesystem On Jul 15, 2010, at 6:31 PM, Jarosz Yohan wrote: In fact, this is not working too. I think it because wicket couldn't find my javascript file. when I give url (this

Re: Loading static javascript

2010-07-15 Thread Jarosz Yohan
undi wrote: This is easier: response.renderJavascriptReference("/js/jquery.js"); ** Martin 2010/7/15 Jarosz Yohan mailto:yohan.jar...@epfl.ch>>: Hello, I'm trying to load statatic js files. I 'm using in the init of the application getResourceSet

Loading static javascript

2010-07-15 Thread Jarosz Yohan
Hello, I'm trying to load statatic js files. I 'm using in the init of the application getResourceSettings().addResourceFolder("/somePath/"); resourceSettings.setResourceStreamLocator(new RessourceLocator()); with public class RessourceLocator extends ResourceStreamLocator{ public RessourceLocat