[wicket-stuff] project sitemap-xml - empty jar' files

2009-09-24 Thread Jens Zastrow
Hi all, I already created a jira but without any feedback http://wicketstuff.org/jira/browse/ACTIVEWIDGETS-3 We want to use the sitemap-xml project but the jars in the maven-repository are empty. I checked out 1.4.1 sitemap-xml source-code from the svn... The problem exists because the

[Ajax/TabbedPanel] Issue deleting all tabs + ajax-update

2009-09-25 Thread Jens Zastrow
Hi, The TabbedPanel internaly uses a Loop to render the tab-components. During a normla GET request the Loop.onPopulate() method ensures that all the loop-childs are removed before adding them again to support a possible change of teh underlying Integer-model. Loop.onPopulate() @Override

Re: [Ajax/TabbedPanel] Issue deleting all tabs + ajax-update

2009-09-25 Thread Jens Zastrow
Did you mean the the tab from the TabbedPanel or the whole TabbedPane from my page? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: [Ajax/TabbedPanel] Issue deleting all tabs + ajax-update

2009-09-25 Thread Jens Zastrow
and a AjaxFallbackLink. Then in onClick() you have to add the tp the the AjaxRequestTarget, which later leads to the ArrayIndexOutOfBoundsException. Pedro Santos schrieb: -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens-zastrow.de web | http://jens-zastrow.de xing | http://www.xing.com

Page inheritance problem

2009-10-06 Thread Jens Zastrow
Hi experts, I have a Page class with serves as base html-template for the derived pages. (e.g. http://www.javalobby.org/java/forums/t69357.html) For some special needs, subclass-markup should be placed in some element managed by wicket and not at the root. base.html body div

Re: Page inheritance problem

2009-10-06 Thread Jens Zastrow
and Development http://jWeekend.com jWeekend schrieb: -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens-zastrow.de web | http://jens-zastrow.de xing | http://www.xing.com/profile/Jens_Zastrow

Re: Page inheritance problem

2009-10-06 Thread Jens Zastrow
The SuperDiv component is just a WebMarkupContainer I just tried to find the getTransparentResolver() method, but without success... Igor Vaynberg schrieb: -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens-zastrow.de web | http://jens-zastrow.de xing | http

Initial page - state question

2009-12-30 Thread Jens Zastrow
Hi wicket-experts, If i access my wicket page by an url containing the wicket-page version-informations all ajax-modificatins (tree-selections, form-input) are still available after pressing the 'reload' button. Example: http://localhost:8080/?wicket:interface=:2 Unfortunly this does

Re: Initial page - state question

2010-01-06 Thread Jens Zastrow
, e-mail: users-h...@wicket.apache.org -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens-zastrow.de web | http://jens-zastrow.de xing | http://www.xing.com/profile/Jens_Zastrow - To unsubscribe, e

Problem passing anonym-classes-models to pages

2009-05-27 Thread Jens Zastrow
that the reference to the page HomePage is serialized as well, without detaching thier models. Are there any best-practices related to this issue? Maybe pushing the HomePage on the page-map-stack forking setResponsePage? Thanks Jens Zastrow

Re: Problem passing anonym-classes-models to pages

2009-05-27 Thread Jens Zastrow
classes in their own IModel copy (for example an HibernateModel). Martijn On Wed, May 27, 2009 at 1:22 PM, Jens Zastrow m...@jens-zastrow.de wrote: Hi, I use a lot of anonym-classes-models which a want to pass to Page instances (no need for be bookmarkable) class HomePage() { // some Models here

[wiQuery] Custom Link to wiQuery Page doest not initialize target page

2010-05-10 Thread Jens Zastrow
Hi experts, The following code (Link-example-code) breaks all of my wiQuery-enabled Pages. add(new LinkMyObject(link, listItem.getModel()) { public void onClick() { setResponsePage(new MyPage()); } } The specified MyPage() ist entered, but without initializing the

AjaxEditableLabel unicode issue

2010-05-11 Thread Jens Zastrow
Hi, I cannot enter/save unicode chars with a AjaxEditableLabel (e.g. german/arabic). Enter: 'ü' Value: 'ü' All unicode-chars seems to be converted to utf-8 since the single char ü is converter to double-bytes? Thanks Jens

Re: AjaxEditableLabel unicode issue

2010-05-11 Thread Jens Zastrow
/2010, at 9:16 PM, Jens Zastrow wrote: Hi, I cannot enter/save unicode chars with a AjaxEditableLabel (e.g. german/arabic). Enter: 'ü' Value: 'ü' All unicode-chars seems to be converted to utf-8 since the single char ü is converter to double-bytes? Thanks Jens

Re: AutoCompleteTextField uses wrong encoding?

2010-05-12 Thread Jens Zastrow
contains strange characters in this case... It appears that the request isn't read out as UTF-8 somehow.. Since I don't know the AJAX internals, it's hard to find the culprit for me I'm using Wicket 1.4.8 Matt -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens

RequestLogger 'Detach'-problem with recordSessionSize

2010-06-12 Thread Jens Zastrow
(there was an error detaching the request from the session + session + ., re); } } -- dipl. inform jens zastrow phone | +49.152.04840108 mail | m...@jens-zastrow.de web | http://jens-zastrow.de xing | http://www.xing.com/profile/Jens_Zastrow

NEW wicket-powered football portal lauched... http://football4all.net

2010-06-15 Thread Jens Zastrow
:-) - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: NEW wicket-powered football portal lauched... http://football4all.net

2010-06-15 Thread Jens Zastrow
sorry the URL is http://football4all.net Am 16.06.2010 00:56, schrieb Jens Zastrow: :-) - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- dipl

Re: NEW wicket-powered football portal lauched... http://football4all.net

2010-06-15 Thread Jens Zastrow
it's also still a beta-version ! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

[Exception] Cannot create a session after the response has been committed

2010-07-03 Thread Jens Zastrow
Hi experts, This kind of exception is logged a few times a day... What does it mean? Thanks Jens Zastrow 2010-07-03 17:52:57,858 org.apache.wicket.RequestCycle there was an error in the RequestLogger ending. java.lang.IllegalStateException: Cannot create a session after the response has been

[wicket 1.5] problems with frontend-proxy (apache)

2011-03-23 Thread Jens Zastrow
Hi experts, i' migrating to 1.5 version and have problems with my working (1.4) apache-configuration. ProxyPass / http://a.b.c.d:11003/xxx/ ProxyPassReverse / http://a.b.c.d:11003/xxx/ ProxyPassReverseCookiePath /xxx/ / On my page i have a AbstractAjaxTimerBehavior. The first access to the

[wicket 1.5rc2] How to enable RequestLogger?

2011-03-24 Thread Jens Zastrow
Enabling with getRequestLoggerSettings().setRequestLoggerEnabled(true) doesnt show any requests. Seems that the Application.logEventTarget and Application.logResponseTarget are never invoked at all from the wicket-core, nevertheless the get overridden in WebApplication??? Any hints?