Re: outputting mysql (or any other database) error in jsp

2004-07-17 Thread Research labs
> >>caught in your action class > >>or declarative exception handling mechanism and > >>"interpretted" > >>into the appropriate client error message which > can > >>be placed > >>in the appropriate scope (request or session) > which &g

Re: outputting mysql (or any other database) error in jsp

2004-07-17 Thread Brett Connor
Sent: Saturday, July 17, 2004 8:27 AM To: Struts Users Mailing List Subject: outputting mysql (or any other database) error in jsp Can anyone please tell me the best way to get a database error into my java code so that I can output the database error in a JSP etc. My

RE: outputting mysql (or any other database) error in jsp

2004-07-17 Thread Research labs
sp page. > > robert > > > -Original Message- > > From: Research labs > [mailto:[EMAIL PROTECTED] > > Sent: Saturday, July 17, 2004 8:27 AM > > To: Struts Users Mailing List > > Subject: outputting mysql (or any other database) > error in jsp > &g

RE: outputting mysql (or any other database) error in jsp

2004-07-17 Thread Robert Taylor
request or session) which can in turn be rendered in the .jsp page. robert > -Original Message- > From: Research labs [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 17, 2004 8:27 AM > To: Struts Users Mailing List > Subject: outputting mysql (or any other database) error

outputting mysql (or any other database) error in jsp

2004-07-17 Thread Research labs
Can anyone please tell me the best way to get a database error into my java code so that I can output the database error in a JSP etc. My key problem is how to pass the database error to my Java code. Thank you. Ola.