Re: Update from 2.0.9 to 2.0.11

2008-02-20 Thread Dave Newton
--- Randy Burgess <[EMAIL PROTECTED]> wrote: > Yeah I apologize for the bad advice, I whipped that out too fast. Premature explication; it happens. I get email about that all the time. > It should be: > Dave - To unsubscribe

Re: Update from 2.0.9 to 2.0.11

2008-02-20 Thread Randy Burgess
T) > To: Struts Users Mailing List > Subject: Re: Update from 2.0.9 to 2.0.11 > > --- Randy Burgess <[EMAIL PROTECTED]> wrote: >> If you have a getter for 'chapter' in your action then this should work. >> >> > > IIRC the "#" is only

Re: Update from 2.0.9 to 2.0.11

2008-02-20 Thread Dave Newton
--- Randy Burgess <[EMAIL PROTECTED]> wrote: > If you have a getter for 'chapter' in your action then this should work. > > IIRC the "#" is only for named objects in the stack context (like #request, #attr, etc.) so I'm not sure that will work. For example, if I have a property "foo" on my actio

Re: Update from 2.0.9 to 2.0.11

2008-02-20 Thread Randy Burgess
PST) > To: > Subject: Re: Update from 2.0.9 to 2.0.11 > > > I undestand the issue, but missed the clue, I'm a bit rookie on Struts2. > > If EL is forbidden, should OGNL be used, or is there a cleaner solution ? > > It might be a stupid question, but > what wo

Re: Update from 2.0.9 to 2.0.11

2008-02-20 Thread jcleve
I undestand the issue, but missed the clue, I'm a bit rookie on Struts2. If EL is forbidden, should OGNL be used, or is there a cleaner solution ? It might be a stupid question, but what would be the correct way of writing Have I to use % and #request or other context everywhere, and can't I s

Re: Update from 2.0.9 to 2.0.11

2008-01-04 Thread Dave Newton
--- Micha³ Letyñski <[EMAIL PROTECTED]> wrote: > So it was a bug that we could use EL expressions in struts tag ? Did you read the JIRA ticket? The bug was: "Arbitrary user-submitted OGNL possible when using JSP EL or FreeMarker". d.

Re: Update from 2.0.9 to 2.0.11

2008-01-03 Thread Michał Letyński
So it was a bug that we could use EL expressions in struts tag ? Eric Rank pisze: I ran in to this same problem. The Struts tags no longer accept EL. It was a bug fix. More detail here: https://issues.apache.org/struts/browse/WW-2107 You can still use OGNL though: Eric Rank - Se

Re: Update from 2.0.9 to 2.0.11

2008-01-03 Thread Eric Rank
I ran in to this same problem. The Struts tags no longer accept EL. It was a bug fix. More detail here: https://issues.apache.org/struts/browse/WW-2107 You can still use OGNL though: Eric Rank - Senior Web App Engineer www.referencevault.com On Jan 3, 2008, at 3:39 AM, Michał L