Re: [Friday] Re: [S2] OGNL Syntax Question

2008-02-23 Thread Martin Gainty
quot;. > > Once you've sold it to the business group the techies will have to > follow :) > > - Original Message - > From: "Dave Newton" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Saturday, February 23, 2008

Re: [Friday] Re: [S2] OGNL Syntax Question

2008-02-23 Thread Al Sutton
- Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, February 23, 2008 1:06 AM Subject: Re: [Friday] Re: [S2] OGNL Syntax Question --- [EMAIL PROTECTED] wrote: And he is buddying up with Microsoft! I

Re: [Friday] Re: [S2] OGNL Syntax Question

2008-02-22 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > And he is buddying up with Microsoft! I've offered to deploy a better browser on my client's 3-4k tablets; so far they've declined. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Friday] Re: [S2] OGNL Syntax Question

2008-02-22 Thread stanlick
And he is buddying up with Microsoft! Dave did you stop taking the pretty little orange pills? On Fri, Feb 22, 2008 at 6:24 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Wes Wannemacher <[EMAIL PROTECTED]> wrote: > > On 2/22/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > > --- "Hoying, Ken" <

Re: [Friday] Re: [S2] OGNL Syntax Question

2008-02-22 Thread Dave Newton
--- Wes Wannemacher <[EMAIL PROTECTED]> wrote: > On 2/22/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > > > I was able to resolve the issue by replacing the single backslash with > > > a double backslash. > > Any time you need advice completely unrelat

[Friday] Re: [S2] OGNL Syntax Question

2008-02-22 Thread Wes Wannemacher
On 2/22/08, Dave Newton <[EMAIL PROTECTED]> wrote: > --- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > > > I was able to resolve the issue by replacing the single backslash with a > > double backslash. > > > > Thank you! > > > Any time you need advice completely unrelated to how you solved the prob

RE: [S2] OGNL Syntax Question

2008-02-22 Thread Dave Newton
--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > I was able to resolve the issue by replacing the single backslash with a > double backslash. > > Thank you! Any time you need advice completely unrelated to how you solved the problem I'm your man!!! Dave --

RE: [S2] OGNL Syntax Question

2008-02-22 Thread Hoying, Ken
I was able to resolve the issue by replacing the single backslash with a double backslash. Thank you! Ken -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 8:41 AM To: Struts Users Mailing List Subject: Re: [S2] OGNL Syntax Question

Re: [S2] OGNL Syntax Question

2008-02-22 Thread Dave Newton
--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote: > I was using the following statement under Weblogic which worked > perfectly: > > > > However, we have recenly changed out our appication server to Jboss Is it JSP 2.1? It may be having an issue with the "#" character. There are links to two threa

Re: [S2] OGNL Syntax Question

2008-02-22 Thread Wes Wannemacher
Why break up the value? plus, I think name is deprecated... Does this work - -Wes On 2/22/08, Hoying, Ken <[EMAIL PROTECTED]> wrote: > > I was using the following statement under Weblogic which worked > perfectly: > > > > However, we have recenly changed out our appication server to Jboss

[S2] OGNL Syntax Question

2008-02-22 Thread Hoying, Ken
I was using the following statement under Weblogic which worked perfectly: However, we have recenly changed out our appication server to Jboss and now this statement appears to be evaluating to null. I do not appear to be getting any errors. It is simply just not evaluating. I believe it is