Re: [Wicket-user] Custom request listener (wicket 1.2.x)

2007-06-28 Thread Paolo Di Tommaso
I've added the following issue, https://issues.apache.org/jira/browse/WICKET-707 Thanks, Paolo On 6/22/07, Igor Vaynberg [EMAIL PROTECTED] wrote: yeah, dont think we ever thought about doing that...please open a jira issue. it is probably something we should support. -igor

Re: [Wicket-user] Custom request listener (wicket 1.2.x)

2007-06-22 Thread Paolo Di Tommaso
The quick start was in the included email, anyway here it is again .. public interface IHelloListener extends IRequestListener { public static final RequestListenerInterface INTERFACE = new RequestListenerInterface( IHelloListener.class); void onHello(); }

Re: [Wicket-user] Custom request listener (wicket 1.2.x)

2007-06-22 Thread Igor Vaynberg
give us a quickstart/something we can work with and then we can take a look. cant expect us to poke in the dark. -igor On 6/22/07, Paolo Di Tommaso [EMAIL PROTECTED] wrote: I'm trying to create a custom request listener like the following code, but something is wrong because I always get the

Re: [Wicket-user] Custom request listener (wicket 1.2.x)

2007-06-22 Thread Igor Vaynberg
yeah, dont think we ever thought about doing that...please open a jira issue. it is probably something we should support. -igor On 6/22/07, Paolo Di Tommaso [EMAIL PROTECTED] wrote: The quick start was in the included email, anyway here it is again .. public interface IHelloListener extends