Re: Accessing a method in a JavaBean
Posted By:
Horatiu_Ripa
Posted On:
Friday, August 30, 2002 04:03 AM
I would be better if you post some code here.
How do you access the bean in test.jsp?
Try to access the bean variable (in test.jsp) as:
session.getAttribute("myBean").myvalue
in a server side script