Problem with interaction servlet-jsp
- by zp26
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