Wicket getVersion()

2015-10-30 Thread xesj.hu
Hi ! Has the Wicket got a getVersion() method, for example Wicket.getVersion() which returns "7.1.0" string ? Bye, xesj.hu -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-getVersion-tp4672432.html Sent from the Users forum mailing list archive at

Re: Wicket getVersion()

2015-10-30 Thread xesj.hu
Thank you ! This is perfect solution. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-getVersion-tp4672432p4672437.html Sent from the Users forum mailing list archive at Nabble.com. - To

ExternalImage

2015-12-10 Thread xesj.hu
Hi ! I use wicket 7.1 with this code, but I get compile error! org.apache.wicket.markup.html.image.ExternalImage x; ExternalImage is exists in the documentation. Bye, xesj.hu -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ExternalImage-tp4672923.html Sent from

Exception object in MyInternalErrorPage

2016-04-17 Thread xesj.hu
Hi ! I can set my error page in MyApplication.init() method: getApplicationSettings().setInternalErrorPage(MyInternalErrorPage.class); But, I would like to store exception stack trace to database. How can I get Exception object in MyInternalErrorPage constructor ? Bye, xesj. -- View this

Re: Exception object in MyInternalErrorPage

2016-04-17 Thread xesj.hu
I have taken the IRequestCycleListener method for years, but I think the setInternalErrorPage() is better. Thanks a lot. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Exception-object-in-MyInternalErrorPage-tp4674299p4674301.html Sent from the Users forum mailing