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?

[428 byte] By [bhalke_rakesha] at [2007-10-2 10:28:20]
# 1
This problem shouldn't exist: if you store something in the session then it should exist until you either remove it manually, overwrite it with a null value or the session expires.My best bet is that you are actually saving it in the request scope.
gimbal2a at 2007-7-13 2:09:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...