<!-- for each iteration you have reference to current element in vector to "actionForm". use it. -->
<bean:write property ="class" name = "actionForm"/> <!-- write runtime class of actionForm to jsp. equivalant of out.println(actionForm.getClass()); -->
</logic:iterate>
Pramod wrote:
I have a vector object in a jsp page. An ActionForm's two instances are stored in that vector. How can i display the values using bean & logic tag?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]