Re: how to access java classes from jsp

2001-09-19 Thread Mohan Kumar Chintala
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 .clas

Re: How to set the PageSize in JSP ???

2001-09-21 Thread Mohan Kumar Chintala
Hi Wong, There is a work around for this problem. U can fetch only the required records from the database. U need to maintain the lowerbound or higherbound and calculate the other. You can store the Lower or Upper bound as a hidden varibale in your JSP Page. Use the following SQL. Replace