Problem with interaction servlet-jsp
Posted
by
zp26
on Stack Overflow
See other posts from Stack Overflow
or by zp26
Published on 2011-01-05T15:48:19Z
Indexed on
2011/01/05
15:54 UTC
Read the original article
Hit count: 154
Hi, I have a implementation prolbem.
I have create a jsp and a servlet file. I have a remoteInterface of session bean. I wanna use remoteInterface in servlet and after write the data on the jsp.
The client must see only the result page.
For Example:
A method of session bean return a Collection. I use this collection in the servlet and after this stamp all the element in the jsp.
Can you help me with a code example.
Thanks
© Stack Overflow or respective owner