Re: Dynamic property names

2009-05-11 Thread mitch gorman
Jon Pearson wrote: > Well, I didn't get any responses to this, but luckily I managed to > figure it out from the OGNL documentation > (http://www.opensymphony.com/ognl/html/LanguageGuide/basicExpressions.ht > ml): > > Under the 'Expression Evaluation' section, it describes how you can > write this:

RE: Dynamic property names

2009-05-08 Thread Martin Gainty
bject) where the acquired index Subject: RE: Dynamic property names > Date: Fri, 8 May 2009 09:24:09 -0400 > From: jon.pear...@sixnet.com > To: user@struts.apache.org > > Well, I didn't get any responses to this, but luckily I managed to > figure it out from th

RE: Dynamic property names

2009-05-08 Thread Jon Pearson
Well, I didn't get any responses to this, but luckily I managed to figure it out from the OGNL documentation (http://www.opensymphony.com/ognl/html/LanguageGuide/basicExpressions.ht ml): Under the 'Expression Evaluation' section, it describes how you can write this: #variable(#object) And have O