Nevermind, I figured it out. It was the path parameter in the URL. I just deleted it and it hit my breakpoints in the WebPage again.
Thanks. --- Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > not sure what you mean by debugging. you may use > junit tests like > wicket-core does, you may jwebunit like > wicket-examples do and of > course you may use your ide. Not sure what you mean > with "debug the > page after it has been rendered". What do you want > to "debug" after > the page has been rendered? Btw you don't have to > restart tomcat. Use > a proper IDE and jvm and make use of hot deployment > allowing to > replace java code on the fly. > > Juergen > > On 10/4/05, Andrew Berman <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > I'm very new to this Wicket stuff. However, the > > issue I have is that after I run the page the > first > > time and Wicket sticks the page in session, I can > no > > longer debug that page. Is there a way to set it > so > > all pages always expire while I debug the app? > This > > is a real problem for me because the only way for > me > > to debug the page is to keep restarting Tomcat, so > I > > know there must be a better way of doing this. > > > > Thanks for any help! > > > > --Andrew > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, > downloads, discussions, > > and more. > http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, > downloads, discussions, > and more. > http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
