Re: Strip header contributors from Ajax response.

2010-04-29 Thread DV
Another more complicated way seems to be using SharedResources and DynamicWebResources, an example of this, you can find it on "UploadStatusResource" class of wicket.extensions.ajax.markup.html.form.upload package -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Strip

Re: Strip header contributors from Ajax response.

2010-04-29 Thread DV
Good Afternoon, I've working on this theme, and I found a solution to avoid the strip of our resources. On the Ajax Behavior, we put this lines: ResourceStreamRequestTarget targetRes = new ResourceStreamRequestTarget( new PackageResourceStream(MyScopeClass.class,"resources/myJS.js")); targetRes

Re: URL rewriting

2009-04-10 Thread DV
riting > configurations. Just an idea, David. > > > > > There are 10 kinds of people in this world: those who > understand binary and those who don’t (Valid only for > 2's complement). > > - Original Message - > From: "DV" > To: us

URL rewriting

2009-04-10 Thread DV
We are evaluating wicket to rewrite our consumer UI. There is one requirement in which I would like to get advice on. We have a requirement in which the wildcard url gets dispatched to a controller that renders a page. The url pattern is in the form of "/company/**-details.html". We have a si