Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
Hello all, Last week I saw a blog which showed how to display information at the beginning of your JSP about Struts such as which action the request was mapped to, the form being used, and associated information like the request headers. I should have bookmarked it, but I didn't. I have

Re: Display Struts Configuration

2006-04-13 Thread Don Brown
I don't know if this is what you are looking for, but I've found it useful in the past: http://struts.sourceforge.net/strutsdoc/index.html Basically, it is Javadoc for Struts, Tiles, and stxx configuration. Struts Action 2 (and WebWork) has: - SiteGraph

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
This is helpful, but not *exactly* what I am looking for. What I am looking for is used for debugging purposes during runtime. Anyone? Thanks again Don. Matt Don Brown wrote: I don't know if this is what you are looking for, but I've found it useful in the past:

Re: Display Struts Configuration

2006-04-13 Thread Wendy Smoak
On 4/13/06, Matthew J. Vincent [EMAIL PROTECTED] wrote: This is helpful, but not *exactly* what I am looking for. What I am looking for is used for debugging purposes during runtime. Anyone? I keep 'debug.jsp' around, and include it at the bottom of my main (Tiles) layout during development.

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
Wendy - This is excellent and very close to what I am looking for. The only thing missing from this is the *Struts* specific information such as which action the request was mapped to, the form being used, etc. Is there anyone who has this information or an idea of how to retrieve it?

Re: Display Struts Configuration

2006-04-13 Thread DGraham
respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Display Struts Configuration This is helpful, but not *exactly* what I am looking for. What I am looking for is used for debugging purposes during runtime. Anyone

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
://exadel.com/web/portal/products/ExadelStudio http://www.m7.com/ -Dennis Matthew J. Vincent [EMAIL PROTECTED] 04/13/2006 10:38 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Display Struts Configuration

Re: Display Struts Configuration

2006-04-13 Thread DGraham
respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Display Struts Configuration This is nice for config before the application is running, I want to know during runtime. Thanks! Matt [EMAIL PROTECTED] wrote: Maybe

Re: Display Struts Configuration

2006-04-13 Thread Frank W. Zammetti
Hi Matthew, I don't know the blog you refer to, but I might be able to help... As far as the request information goes, check out: http://javawebparts.sourceforge.net Specifically, go to the javadocs and look at the RequestHelpers class in the javawebparts.request package. That should give you