how to send bean obj
Hi
I am devlope a wml website
I am first take input data from wml page and send it to servlet.
servlet take data and mkae one bean object
In this bean obj has all related display data.
So it kept in session and retrive data in jsp .
This data can retrive in jsp-wml but when from this page we call another servlet bean obj which is in session get null
how to solve this problem?

