RE: how do i get the ActionClass's Vector to my JSP page for display

2007-09-07 Thread Jennie Moeller
eGen (Comm_vect); -Original Message- From: msg2ajay [mailto:[EMAIL PROTECTED] Sent: 07 September 2007 11:08 To: user@struts.apache.org Subject: RE: how do i get the ActionClass's Vector to my JSP page for display very much thankQ for reply, i am able to get values to my A

RE: how do i get the ActionClass's Vector to my JSP page for display

2007-09-07 Thread msg2ajay
very much thankQ for reply, i am able to get values to my ActionClass but while retreiving it is showing "inconvertable types" error . Actually i have used type casting. But it is showing the error. Is there some thing to change my approch in converting Vector while getParameter(); thx Je

RE: how do i get the ActionClass's Vector to my JSP page for display

2007-09-07 Thread Jennie Moeller
Hi, Since you've put it on your form you can pull it off your form. So in your jsp you can do something like: This will look through all your items in the vector...its like a for loop (assuming you are using jstl tags) Or in your case perhaps you just want to toString it in which case: (wh