RE: 2 Dimensional arrays?

2008-05-09 Thread Michael Gagnon
. This gives me the effect of a 2D array, but does it as 2 single dimensional arrays without departing from the struts framework. Still, this is a bit hackish, so if anyone knows of a 'correct' way to accomplish this, I'd be happy to hear. -Original Message- From: Allen,

RE: 2 Dimensional arrays?

2008-05-09 Thread Allen, Daniel
Hmm. I don't know of a way to make Struts 2 give back 2-D array properties in the auto-magical way that it will do 1-D arrays (doesn't mean there's not one: I keep finding out that a lot of things I want to do can be done by magic if you know the correct XML incantation) but perhaps you could sides