how to debug Wicket Application

2009-08-19 Thread Oleg Ruchovets
Hi , I am new in wicket. I try to modify wicket in action examples and got such exception: WicketMessage: Error attaching this container for rendering: [MarkupContainer [Component id = content, page = wicket.in.action.chapter03.section_3_1.dbdiscounts.web.Index, path =

Re: how to debug Wicket Application

2009-08-19 Thread Matej Knopp
You can start by setting a breakpoint and running the application in debug mode. -Matej On Wed, Aug 19, 2009 at 7:39 PM, Oleg Ruchovetsoruchov...@gmail.com wrote: Hi , I am new in wicket. I try to modify wicket in action examples and got such exception:       WicketMessage: Error attaching

Re: how to debug Wicket Application

2009-08-19 Thread Oleg Ruchovets
Ok , thank you for quick responce. I am using eclipse and run my application on jetty web server. How can I configure application to be in debug mode? I mean what kind of configuration should I do? On Wed, Aug 19, 2009 at 8:41 PM, Matej Knopp matej.kn...@gmail.com wrote: You can start

Re: how to debug Wicket Application

2009-08-19 Thread Jeremy Thomerson
Use the Start.java that came with the Wicket quickstart to start Jetty. From Eclipse, just choose to debug as - java application rather than run as. This will put it in debug mode and you can set breakpoints, etc. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Aug 19, 2009 at