|
Hi,
In order to access the class (bean),
the class should be available in the classpath set for the JSP Engine or your
web server container. First, check whether classpath is set properly (classpath
should be set to the parent directory of hellopackage) and secondly check
whether the .class file is available in the hellopackage directory. I Tested it
on IIS with Servlet Exec. It is working fine. Two more errors are there - 1.
property should be equal to "*" without any space. 2. request.getParamater
should be request.getParameter.
Hope
it helps,
Mohan.
|
- Re: how to access java classes from jsp Sachin S. Khanna
- Re: how to access java classes from jsp sharma Sumeet
- Re: how to access java classes from jsp Angel \"Java\" Lopez
- Re: how to access java classes from jsp anoop
- Re: how to access java classes from jsp Narasimha Vijaya
- Re: how to access java classes from jsp Narasimha Vijaya
- Re: how to access java classes from jsp chenghong
- Re: how to access java classes from jsp Bob V�
- Re: how to access java classes from jsp Isak-Rickyanto
- Re: how to access java classes from jsp Sachin S. Khanna
- Re: how to access java classes from jsp Mohan Kumar Chintala
- Re: how to access java classes from jsp Sandeep Kumar Agrawal
