I am new to Wicket and working on an existing project. How do I see the stack trace from Wicket on the UI? Currently I see the following:
Internal error
Return to home page
I have set the following in log4j.xml, but don't see any stack traces in the logs either:
<logger name="org.apache.wicket">
<level value="DEBUG"/>
</logger>