Re: problem with indexed property and logic:iterate

2005-06-14 Thread Nitesh
Just passing you a solution I had got from the user list earlier Nitesh - Original Message - From: "John Fitzpatrick" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, June 03, 2005 6:06 PM Subject: Re: Problem using indexed properties and validator framework In the

problem with indexed property and logic:iterate

2005-06-14 Thread Marco Mistroni
Hello all, I have a DynaActionForm with two properties of type String[], one named priorities and the other named owner I am having problem in displaying their value in my jsp using logic:iterate My JSP is as follows