Re: OGNL - Multi-dimensional Array

2009-10-20 Thread Daniel Stephenson
Thanks for both of the replies. I got caught up working on some other stuff and was just barely able to come back to this issue. The original error I was receiving was the following: ... 2009-10-20 14:55:33,745 ERROR com.opensymphony.xwork2.util.InstantiatingNullHandler - Could not create and/or

Re: OGNL - Multi-dimensional Array

2009-10-20 Thread Musachy Barroso
what kind of problem are you having? Is it not calling "setDataCollection" at all? or are you not getting the expected values in the array? musachy On Tue, Oct 20, 2009 at 10:04 AM, Daniel Stephenson wrote: > Hello everyone, > > I had a question regarding multi-dimensional arrays and how they ar

RE: OGNL - Multi-dimensional Array

2009-10-20 Thread Martin Gainty
a few years back we had a similar scenario of something called a WKT (wellKnownText class) which is a class containing an array of values (in this case LAT/LONG ) List WKTArray = new Array(12); then inside the loop.. for(int i=0;i Date: Tue, 20 Oct 2009 11:04:33 -0600 > Subject: OGNL - Multi-d