How does one in struts 2 process a list of req parameters using ognl?  
   
In jsp, this gets the job done.
<%
     String emailList[] = request.getParameterValues("email"));
     for (int i=0;i<emailList.length;i++    
    {
         out.println(emailList[i]);
    }
%>  
What is the equivalent with the <iterator: tag and ognl?

Any help much appreciated.  If someone could point me at some documentation
I would gladdly
not ask this basic questions. 

Will


-- 
View this message in context: 
http://www.nabble.com/request.getParameterValues-OGNL---tf3528203.html#a9845373
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to