on felix mailing list:
http://old.nabble.com/A-better-life%3A-quick-webapp-deploy-to31334158.html
I'll go into details point by point.
On Fri, Apr 8, 2011 at 3:29 PM, Eike Kettner n...@eknet.org wrote:
Hi Daniele,
I might have not understood your concern well enough... But here is what I
the uber-jar is only concerning wicket, not any war bundle. while it
would be of course nicer to have all wicket jars as separate bundles
available out of the box. but one solution I find quite ok is creating
one bundle out of core, request and util. this will then be a uber-jar
that brings wicket
Hi Daniele,
On [Tue, 26.04.2011 12:19], Daniele Dellafiore wrote:
On Tue, Apr 26, 2011 at 11:48 AM, Eike Kettner e...@eknet.org wrote:
the uber-jar is only concerning wicket, not any war bundle. while it
would be of course nicer to have all wicket jars as separate bundles
available out
Hi Daniele,
I might have not understood your concern well enough... But here is what I
do: I deploy a really small war file (without any deps of course) into the
osgi container (I use felix...). There is another bundle from pax,
called pax-web-extender, that listens for war files coming into the
Hi,
I'm using wicket 1.5-RC1 in an OSGi container. There was an issue when
upgrading related to package names
(https://issues.apache.org/jira/browse/WICKET-3088)
Now I tried upgrading to 1.5-rc2 and found that there is no aggregate
jar file anymore. I then read the discussion-thread [discuss]
-g
On Tue, Mar 15, 2011 at 3:05 PM, Eike Kettner n...@eknet.org wrote:
Hi,
I'm using wicket 1.5-RC1 in an OSGi container. There was an issue when
upgrading related to package names
(https://issues.apache.org/jira/browse/WICKET-3088)
Now I tried upgrading to 1.5-rc2 and found
Hi
For wicket 1.5.x I created a custom RequestHandler that also renders
pages. Now I like to use this handler in
RestartResponseAtInterceptPageException. But the class only accepts a
Page, and then schedules a RenderingPageRequestHandler. Is there any
reason why not having a custom handler be the
it should be in the framework then file a ticket in Jira for
improvement.
On Tue, Jan 11, 2011 at 1:09 PM, Eike Kettner n...@eknet.org wrote:
Hi
For wicket 1.5.x I created a custom RequestHandler that also renders
pages. Now I like to use this handler
pageMap.redirectToInterceptPage(SomePageIdontCareAbout.class);
//reset the target ..
cycle.setRequestTarget(target);
regards,
Eike
On [Mon, 27.09.2010 23:36], Eike Kettner wrote:
Hi!
I found two methods redirectToInterceptPage(Class) and
redirectToInterceptPage(Page). I was wondering why
Hi Martin,
added WICKET-3088. Thank you for your support!
Eike
On [Sun, 03.10.2010 17:36], Martin Grigorov wrote:
Hi Eike,
Please file a bug in Jira with link to this mail thread.
On Sun, Oct 3, 2010 at 2:33 PM, Eike Kettner e...@eknet.org wrote:
Hi Martin
thanks for your advice
deal to use wicket in OSGi as a wrapped jar, but
surely not as convienient as before.
Is anybody having these issues with wicket 1.5+OSGi, too? Or even
better, is anybody not having issues with this combination?
Regards,
Eike
On [Fri, 01.10.2010 22:12], Eike Kettner wrote:
Hello again,
I
to add the OSGi stuff in
META-INF/MANIFEST.MF.
Since Wicket's artefacts are not splitted in -api and -impl .jars I don't
see a reason not to mix them all in one bigger jar for OSGi environments.
On Sun, Oct 3, 2010 at 1:48 PM, Eike Kettner n...@eknet.org wrote:
Hi there,
Just a few
to add the OSGi stuff in
META-INF/MANIFEST.MF.
Since Wicket's artefacts are not splitted in -api and -impl .jars I don't
see a reason not to mix them all in one bigger jar for OSGi environments.
On Sun, Oct 3, 2010 at 1:48 PM, Eike Kettner n...@eknet.org wrote:
Hi there,
Just a few
Hello!
I developed a wicket app using OSGi (felix) where different bundles may
contribute content to the wicket bundle. It works really nice using
wicket 1.4.9+. Now I want to upgrade to wicket 1.5 and I run in problems
starting the osgi container.
It complains with the good-known
Hi Martin,
On [Fri, 01.10.2010 10:05], Martin Grigorov wrote:
Hi Elke,
On Fri, Oct 1, 2010 at 8:34 AM, Eike Kettner n...@eknet.org wrote:
Hello!
I developed a wicket app using OSGi (felix) where different bundles may
contribute content to the wicket bundle. It works really nice
packages
:) I usually put the artifact name in my package name, to avoid any
clashes (in fact it makes sense in my module structure).
Kind regards,
Eike
On [Fri, 01.10.2010 10:05], Martin Grigorov wrote:
Hi Elke,
On Fri, Oct 1, 2010 at 8:34 AM, Eike Kettner n...@eknet.org wrote:
Hello
Hi!
I found two methods redirectToInterceptPage(Class) and
redirectToInterceptPage(Page). I was wondering why there is no
overloaded method with a IRequestTarget as argument. I'd like to use
this with a custom request target, that's why i stumbled into this. So I
like to do something like this:
Hi Matt
some long time ago I had a similiar problem with AjaxEditableLabel. I
used tomcat and there you need to configure the connector using
useBodyEncodingForURI=true to make tomcat use utf8 for encoding ajax
requests.
Connector port=8009 protocol=AJP/1.3
redirectPort=8443
Hi Francisco,
i ran into a similiar problem with ajax and umlauts. in my case i had
a tomcat running the webapp. and for the ajax requests, i had to
configure the tomcat connector with useBodyEncodingForURI=true. then
the content of ajax requests got correctly encoded (using utf8). since
i didn't
hi all,
I'm using a list view that renders 2 or 3 more complex panels. Each of
this panel has (among other panels) a data view with a pager
component.
Now, when I click on one of the page links, i'm getting back to the
page, but the data view shows the same results as before.
I often used the
20 matches
Mail list logo