[Wicket-user] mount page url

2007-04-11 Thread tbt
Hi, I need to mount a page url because we need to use a static url to hook it up with google analytics. I tried adding the following code in the applications init() method. mountBookmarkablePage(/home, SignUp.class); Now I can access the page directly using the static url but once users

Re: [Wicket-user] mount page url

2007-04-11 Thread tbt
().setResponsePage(SignUp.class); -Matej On 4/11/07, tbt [EMAIL PROTECTED] wrote: Hi, I need to mount a page url because we need to use a static url to hook it up with google analytics. I tried adding the following code in the applications init() method. mountBookmarkablePage(/home, SignUp.class

[Wicket-user] RadioChoice-page reload

2007-02-07 Thread tbt
Hi!, I'm a newbie to wicket and i'd like to know, how to load a new page once the user clicks(onClick event) on a radio button. please provide a simple example. Thanks -- View this message in context: http://www.nabble.com/RadioChoice-page-reload-tf3185521.html#a8841353 Sent from the

Re: [Wicket-user] Redirecting a page after a given time interval

2007-01-29 Thread tbt
) { log.info(timer called); page.setResponsePage(new LogOutConfirmation()); } } This didn't work since the onTimer method was not called after 20 seconds. Any help here is greatly appreciated. Thanks igor.vaynberg wrote: On 1/26/07, tbt [EMAIL

Re: [Wicket-user] Redirecting a page after a given time interval

2007-01-26 Thread tbt
. -Matej tbt wrote: Hi! I'd like to know how to redirect a page automatically using wicket after a given time interval. Currently i'm using the following java class to do this Timer timer = new Timer(); timer.schedule(new TimerTask() { public

[Wicket-user] Redirecting a page after a given time interval

2007-01-25 Thread tbt
Hi! I'd like to know how to redirect a page automatically using wicket after a given time interval. Currently i'm using the following java class to do this Timer timer = new Timer(); timer.schedule(new TimerTask() { public void run()

[Wicket-user] form validation

2007-01-22 Thread tbt
Hi! I'm a newbie to wicket and I'd like to know how to get multiple inputs into a single form validation class. eg:- i have several components in a form and in order to validate one component, i need the input of several other components. currently i'm extending AbstractValidator and implementing

[Wicket-user] FeedBackPanel

2006-12-27 Thread tbt
I'm a newbie to wicket and would like to know how to add a customized icon near the error message which is generated by the feedback panel. Any help would be appreciated. -- View this message in context: http://www.nabble.com/FeedBackPanel-tf2889265.html#a8071827 Sent from the Wicket - User