This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i am getting this error while accessing the bean class from the jsp.The class is in the other package which i am importing <jsp:useBean id="usrPrev" scope="session" class="statelessbean.HelloBean" /> </jsp:useBean> its throwing the classnotfoundexception.i am importing the bean class thanks in advance
kichu kichu
Ranch Hand
Joined: May 10, 2001
Posts: 59
posted
0
Hai, In which folder are u storing the class file??(i.e HelloBean) regards, kichu.