Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 91481 invoked from network); 26 Sep 2007 15:54:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 15:54:15 -0000 Received: (qmail 79397 invoked by uid 500); 26 Sep 2007 15:53:57 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 79091 invoked by uid 500); 26 Sep 2007 15:53:56 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 79079 invoked by uid 99); 26 Sep 2007 15:53:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 08:53:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.121.244.102] (HELO hercules.doubleatrailer.com) (63.121.244.102) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 15:56:14 +0000 Received: by hercules.doubleatrailer.com (Postfix, from userid 1000) id C3FD19895C; Wed, 26 Sep 2007 11:53:35 -0400 (EDT) Received: from doubleatrailer.com (unknown [10.0.0.10]) by hercules.doubleatrailer.com (Postfix) with ESMTP id CA6059850F for ; Wed, 26 Sep 2007 11:53:26 -0400 (EDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: OGNL runtime viewer Date: Wed, 26 Sep 2007 11:53:24 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <92E0A345B37A5047AA03FC4DB2C474591143F8@sbssrv01.DoubleA.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OGNL runtime viewer Thread-Index: AcgAUiGRDn+AJrHTTjCvnmD/xtbWHQAAiMsg From: "Wesley Wannemacher" To: "Struts Users Mailing List" X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on hercules.doublea.local X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.3 Scott, Using the OGNL console is like working interactively with perl or python, you just issue commands in OGNL and they will be evaluated and printed in the console. Here is a quick sample session -> Welcome to the OGNL console! :-> #request {struts.valueStack=3Dcom.opensymphony.xwork2.ognl.OgnlValueStack@ee90b1, __cleanup_recursion_counter=3D1, decorator=3Dnone} :-> execute() success :-> input() input :-> noMethod() null :-> #session {__sitemesh__robot=3Dfalse, org.apache.struts2.interceptor.debugging.VALUE_STACK=3Dcom.opensymphony.x= w ork2.ognl.OgnlValueStack@ee90b1} :-> #application {org.apache.myfaces.config.RuntimeConfig=3Dorg.apache.myfaces.config.Runt= i meConfig@a9aa83,=20 [snip] =20 > -----Original Message----- > From: stanlick [mailto:stanlick@gmail.com]=20 > Sent: Wednesday, September 26, 2007 11:29 AM > To: user@struts.apache.org > Subject: Re: OGNL runtime viewer >=20 >=20 > Does *anyone* know where I can find the list of commands=20 > understood by the OGNL console? >=20 >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org