[
https://issues.apache.org/struts/browse/WW-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41658
]
James Holmes commented on WW-2070:
----------------------------------
I was just thinking this myself two days ago. I think it would be really
helpful to have something like what Facelets has:
https://facelets.dev.java.net/nonav/docs/dev/error.html
We could have this functionality / info available for errors like the example
in the link above. I also think it would be very powerful to have the option to
display this information in the footer of a page for use during development.
For example, if you had the "debug" mode enabled, we would just append all of
that data to the output of all pages. Since the divs are collapsed it wouldn't
make the pages terribly long (only when expanded). This could potentially be
output on a page-by-page basis using a taglib, but I like the idea of having a
global "debug" mode that would simply append this info to all pages handled by
the Struts 2 filter.
> Add an object browser to the debugging interceptor
> --------------------------------------------------
>
> Key: WW-2070
> URL: https://issues.apache.org/struts/browse/WW-2070
> Project: Struts 2
> Issue Type: New Feature
> Reporter: Musachy Barroso
> Assignee: Musachy Barroso
> Priority: Minor
> Fix For: 2.1.0
>
>
> It would be nice to have an easy way to see object properties and objects in
> general from the stack. We currently have this in the debugging interceptor,
> exporting to xml, but it produces a huge xml which is not easy to read by
> humans.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.