yet another way would be to enable debug logs on wicket.Component=DEBUG. You should see messages like "Begin render ..." and "End render ...". The last "Begin render .." should be of interest.
Juergen On 11/8/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > You may not even need Jetty or Tomcat. Take a look at the unit tests > which make use of WicketTester. It provides all the mock objects and > wireing required. > > Juergen > > On 11/8/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > Try using jetty and the jetty-launcher plugin for eclipse. That is realy > > easy. > > > > Juergen > > > > On 11/8/05, Ralf Ebert <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > > Which version of Wicket are you using? Lastest HEAD? You're not using > > > > the component re-render feature, do you? > > > no, Wicket 1.1. > > > > > > > It is a redirect you do and the response gets rendered. Based on the > > > > stack trace something is wrong in one of the headers. Within > > > Well, I rechecked all the header contributing components and couldn't > > > find anything... The strange thing is, that the exception is not > > > about the markup of the rendered page but about that of the page I > > > come from. I have DocumentPage and PositionPage and go from > > > PositionPage -> DocumentPage. I get: > > > Unexpected runtime exception [page = [Page class = DocumentPage, id = > > > 3]] > > > wicket.markup.MarkupException: Tag expected [markup = > > > file:PositionPage.html, index = 120, current = [Raw markup]] > > > > > > Unfortunately I don't have Tomcat debugging set up at the moment but > > > I will see if I can debug it as suggested. > > > > > > Regards, > > > Ralf > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's Geronimo App Server. > > > Download > > > it for free - -and be entered to win a 42" plasma tv or your very own > > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
