> I'm betting this is a Wicket 101 question, but I can't seem to find an > answer on the wiki or in the lists (perhaps my search keywords aren't > right). During development I'm occasionally putting in some simple debug > statements into my pages. During execution, those log statements always come > up twice during a single page access. Is this expected?
Not really. Can you give examples of where you put them (like in models or components)? And did you try setting a break point on where this occurs? That's the quickest way to determine whether the logging is actually done twice and what triggers it. If you are stuck, you can send us stacktraces of where the invocation happens twice. Eelco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
