Wicket integration with Spring ldap

2013-11-04 Thread Selom
Hello, I am crushing with my hairs with the following problem. I don't know why Wicket won't instantiate my ldap bean. Here is the *web.xm*l ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Wicket integration with Spring ldap

2013-11-04 Thread Martin Grigorov
Hi, On Mon, Nov 4, 2013 at 12:08 PM, Selom pierre.kou...@uhb.fr wrote: Hello, I am crushing with my hairs with the following problem. I don't know why Wicket won't instantiate my ldap bean. Here is the *web.xm*l ?xml version=1.0 encoding=ISO-8859-1? web-app

Re: AjaxButton submit issue in GAE

2013-11-04 Thread luiss184
Sorry, i am not able to provide the url since it is an internal application and corporate email is needed to be part of it. Here is the code: public class PostPanel extends Panel { private static final Logger log = LoggerFactory.getLogger(PostPanel.class); private static final Long

Re: Cannot get to desired error page on handling RuntimeException in AbstractRequestCycleListener#onException()

2013-11-04 Thread dgn
I'm using Wicket 6. As you can see I'm already using new PageProvider(new CustomErrorPage()) when I get the runtime exception I'm targeting. What I'm wondering and perhaps don't understand fully is the Wicket request lifecycle. What is causing the callback to onException() multiple times? The

Re: Wicket integration with Spring ldap

2013-11-04 Thread Selom
Hi, I removed the SpringContext filter but still got the same error . Then I changed the configuration based on the how to setup Wicket+Spring with annotation based (@Configuration) https://github.com/jWeekend/LegUp/tree/master/wicket-spring-jpa of yours. @Configuration

Re: Component detecting Ajax update

2013-11-04 Thread Bas Gooren
And from within the component itself you can override onEvent and handle the event whose payload is an AjaxRequestTarget. The component can then check if it's in the getComponents() collection of said target. e.g. @Override public void onEvent( IEvent ? event ) { Object

Re: Blogging platform written in Wicket?

2013-11-04 Thread Martijn Dashorst
On Mon, Nov 4, 2013 at 5:02 PM, Decebal Suiu decebal.s...@asf.ro wrote: Is anyone on this forum who sees value for a blogging system/framework in wicket? In the very least it would probably make testing our releases better if we could somehow integrate this with travisci and our staging