Context of a session bean from a JSP

How do i set the context of a session bean from a JavaServerPage?.I mean, i want to set the context of a session bean with the JavaServerPage session...
[180 byte] By [nacasuy] at [2007-9-26 1:24:04]
# 1

In one of my module i am looking and calling EJB methods via JSP. I am doing that by using the followingtag

<jsp:useBean id="price" scope="session" class="beanClassPath" />

<jsp:useProperty name="price" property="*" />

and then to call the method

price.EJBMethod();

richa_agg at 2007-6-29 1:03:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Do acknowledge if it works fine
richa_agg at 2007-6-29 1:03:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...