java - Adding debug=browser query parameter has no effect -
i'm debugging struts 2 application , trying debugging interceptor work.
in struts.xml
added line , restartet tomcat:
<constant name="struts.devmode" value="true" />
next added ?debug=browser
url. unfortunately has no effect. page show before, no debug information visible.
what's missing?
you missing dojo plugin. more detailed information debugging can see via following link.
"the browser mode adds interactive page display objects value stack (it requires dojo plugin)"
Comments
Post a Comment