subrahmanyam kunchala

Greenhorn
+ Follow
since Oct 29, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by subrahmanyam kunchala

Hi all,
i have one jsp like one.jsp,
iam calling(including) this one.jsp from another jsps(so many like >50)
in that(ie:-calling pages other than one.jsp) some pages used <jsp:useBean id="lbean" class="pack1.ClassName" scope="session"/>

then,
i have one requirement, that i need to get one value using that "lbean" id of <jsp:useBean/>
if i passed that value from calling jsps to one.jsp, i need to pass that value from all calling jsps to one.jsp.
it is very critical not reqired also..

iam trying to get that value from one.jsp itself with different id of <jsp:useBean id="lbean1" class="pack1.ClassName" scope="session"/>
iam getting java.lang.NullPointerException.
and suppose if iam using same id in that one.jsp, i.e:<jsp:useBean id="lbean" class="pack1.ClassName" scope="session"/>
iam getting error like already "lbean" is used like that iam getting....


any body please resolve this.. actually wat happend.....
15 years ago
JSP