Re: Override BrowserInfoPage

2012-09-01 Thread labano10
Facing the same trouble. How did you do it? Did you just create BrowserInfoPage.java and it's markup file? Or where did you override it? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Override-BrowserInfoPage-tp4499400p4651685.html Sent from the Users forum mailing

RE: override wicket mark up

2012-09-01 Thread ramlael
Thank you Paul.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/override-wicket-mark-up-tp4651624p4651687.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe,

Re: Back button doesn't work with AjaxTabbedPanel

2012-09-01 Thread Alec Swan
How do I know when the back button is pressed? On Fri, Aug 31, 2012 at 6:48 PM, Paul Bors p...@bors.ws wrote: Can't you just keep a reference to the backPage and then simply call setResponsePage(backPage)? ~ Thank you, Paul Bors -Original Message- From: Alec Swan

Re: Override BrowserInfoPage

2012-09-01 Thread sudeivas
Create CustomBrowserInfoPage.java public class CustomBrowserInfoPage extends BrowserInfoPage { . . . } Create CustomBrowserInfoPage.html with your html tags. Then create a custom websession and override newBrowserInfoPage() public class CustomWebSession extends WebSession{ @Override

Re: Jqwicket

2012-09-01 Thread Decebal Suiu
Hi On the jqwicket forum on Jul 14 I posted a simple question about jqwicket and wicket 6.0. No response. The last commit on svn was on 30 Dec 2011. Good luck :) Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Jqwicket-tp4651665p4651690.html

Re: Jqwicket

2012-09-01 Thread Martin Grigorov
https://github.com/WiQuery/wiquery and https://github.com/sebfz1/wicket-jquery-ui/ are migrated to Wicket 6 On Sat, Sep 1, 2012 at 9:39 PM, Decebal Suiu decebal.s...@asf.ro wrote: Hi On the jqwicket forum on Jul 14 I posted a simple question about jqwicket and wicket 6.0. No response. The

Re: Jqwicket

2012-09-01 Thread Pierre Goupil
Cheers, men! On Sat, Sep 1, 2012 at 9:49 PM, Martin Grigorov mgrigo...@apache.org wrote: https://github.com/WiQuery/wiquery and https://github.com/sebfz1/wicket-jquery-ui/ are migrated to Wicket 6 On Sat, Sep 1, 2012 at 9:39 PM, Decebal Suiu decebal.s...@asf.ro wrote: Hi On the jqwicket

Re: how to prevent the log file was full of exceptions

2012-09-01 Thread Martin Grigorov
Hi, On Sat, Sep 1, 2012 at 12:20 PM, Dan Simko wicke...@gmail.com wrote: Hi, I am looking for some solution how to log all exceptions in my code. I tried to override onException method in RequestCycleListener but log file was full of exceptions like this: