That's great!! Thanx a lot!!!
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 22, 2007 6:18 PM
To: Struts Users Mailing List
Subject: Re: using in struts2..
Well, only iterates over a single
array--it has no idea about any other arrays y
Well, only iterates over a single
array--it has no idea about any other arrays you're
dealing with.
If your action has, say, three arrays of equal
length...
public String[] getArr1() {...
public String[] getArr2() {...
public String[] getArr3() {...
... then...
... will iterate ove
2 matches
Mail list logo