H
Himalia
Hi everyone
I have a problem with struts and jsp
I have a form and an action in struts, in the action code I make a
call to a EJB and get a collection of Account value objects called
"AccountVO"
and in the same action code i set this collection in session,
Now....
how do I, using the logic:iterator tag, can I display the account
names and ids for all the accounts in my collection??
ie. how do i get the collection out of session and display their
details on the screen??
Any help is appreciated
Thanks
Himalia
I have a problem with struts and jsp
I have a form and an action in struts, in the action code I make a
call to a EJB and get a collection of Account value objects called
"AccountVO"
and in the same action code i set this collection in session,
Now....
how do I, using the logic:iterator tag, can I display the account
names and ids for all the accounts in my collection??
ie. how do i get the collection out of session and display their
details on the screen??
Any help is appreciated
Thanks
Himalia