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
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
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
3 matches
Mail list logo