Applications web avec Struts 2, Maven et jQuery/Débogguer l'application
Configurer le config-browser
modifierhttp://localhost:8080/mon-application/config-browser/showConfig.action
Être strict avec OGNL
modifierDans le fichier struts.properties :
struts.ognl.logMissingProperties=true
struts.el.throwExceptionOnFailure=true
En savoir plus sur le contexte dans une page
modifierDans une JSP, on peut ajouter :
<s:debug />
Utiliser l'intercepteur Debugging
modifierPour l'activer, il suffit d'ajouter à la main, directement dans l'URL une valeur au paramètre debug
?debug=xml
?debug=console
?debug=command
?debug=browser