Hi!

I've a method in an EJB that returns a CachedRowSet.

This method before returning the rows, checks from some privileges of the
user that is logged in.
If the user haven't necesary privileges doesn't return the CachedRowSet.

Now I want to now how can I do to know which exception has made the method
from the JSP error to inform the problem to the user.

I need to know from JSP why I can't do the request. (Privileges, connection
problem, etc ,etc)

Any idea ??

Cheers,

Papo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to