RE: OGNL runtime viewer

2008-03-26 Thread stanlick
] Sent: Wednesday, September 26, 2007 11:29 AM To: user@struts.apache.org Subject: Re: OGNL runtime viewer Does *anyone* know where I can find the list of commands understood by the OGNL console

Re: OGNL runtime viewer

2008-03-26 Thread Musachy Barroso
- From: stanlick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 11:29 AM To: user@struts.apache.org Subject: Re: OGNL runtime viewer Does *anyone* know where I can find the list of commands understood by the OGNL console

Re: OGNL runtime viewer

2008-03-26 Thread stanlick
{ org.apache.myfaces.config.RuntimeConfig=org.apache.myfaces.config.Runti [EMAIL PROTECTED], [snip] -Original Message- From: stanlick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 11:29 AM To: user@struts.apache.org Subject: Re: OGNL

Re: OGNL runtime viewer

2007-09-26 Thread stanlick
Does *anyone* know where I can find the list of commands understood by the OGNL console? Musachy Barroso wrote: by the way, there is a new option to the debug interceptor. If you set debug=browser (by default the root object will be #context, which can be changed setting object=value) you

RE: OGNL runtime viewer

2007-09-26 Thread Wesley Wannemacher
PROTECTED], [snip] -Original Message- From: stanlick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 11:29 AM To: user@struts.apache.org Subject: Re: OGNL runtime viewer Does *anyone* know where I can find the list of commands understood by the OGNL console

Re: OGNL runtime viewer

2007-09-26 Thread Dave Newton
--- stanlick [EMAIL PROTECTED] wrote: Does *anyone* know where I can find the list of commands understood by the OGNL console? AFAIK it's just evaluating against the OGNL stack. d. - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: OGNL runtime viewer

2007-09-26 Thread stanlick
: stanlick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 11:29 AM To: user@struts.apache.org Subject: Re: OGNL runtime viewer Does *anyone* know where I can find the list of commands understood by the OGNL console

Re: OGNL runtime viewer

2007-09-25 Thread stanlick
I have the console popup, however, it is readonly and I'm not actually clear on the command structure I would use if I *could* enter commands! On 9/24/07, Wesley Wannemacher [EMAIL PROTECTED] wrote: Scott, Are you looking for the debug console? Try adding ?debug=console to your request.

Re: OGNL runtime viewer

2007-09-24 Thread Dave Newton
http://struts.apache.org/2.x/docs/debugginginterceptor.html http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.html --- stanlick [EMAIL PROTECTED] wrote: I remember a J1 session on WebWork a couple years back where a command window

RE: OGNL runtime viewer

2007-09-24 Thread Wesley Wannemacher
Scott, Are you looking for the debug console? Try adding ?debug=console to your request. -Wes -Original Message- From: stanlick [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 2:55 PM To: user@struts.apache.org Subject: OGNL runtime viewer I remember a J1

Re: OGNL runtime viewer

2007-09-24 Thread Musachy Barroso
by the way, there is a new option to the debug interceptor. If you set debug=browser (by default the root object will be #context, which can be changed setting object=value) you will be able to browse the values in the context. (again, 2.1 only) musachy On 9/24/07, Wesley Wannemacher [EMAIL

Re: OGNL runtime viewer

2007-09-24 Thread stanlick
We are getting warm! I am now seeing the Welcome to the OGNL console! window but do not see any way to enter commands. Come to think of it, I'm not sure what command I would send it if it were input capable! Scott newton.dave wrote: