Re: how to catch my own exception in jstl

2004-08-29 Thread Gao Di
please help me. --- Gao Di <[EMAIL PROTECTED]> 的正文: > correct,but it seems the > can't find the original exception.that's what i want > to know. > > --- Helios Alonso <[EMAIL PROTECTED]> 的正文: > > So an IOException is trapped and converted by your &g

Re: how to catch my own exception in jstl

2004-08-22 Thread Gao Di
rote: > >it seems u don't know what i mean,i know the useage > u > >wrote,but it only displays the el exception > message. > > > > --- Kris Schneider <[EMAIL PROTECTED]> 的正文: > > > > > > ... > > > > > > > >

Re: how to catch my own exception in jstl

2004-08-22 Thread Gao Di
our post too quickly. Can > you provide a more complete > stack trace? So, does DeviceHelper.getDevices() > catch IOException and throw > DaoException? > > Quoting Gao Di <[EMAIL PROTECTED]>: > > > it seems u don't know what i mean,i know the > useage

Re: how to catch my own exception in jstl

2004-08-20 Thread Gao Di
it seems u don't know what i mean,i know the useage u wrote,but it only displays the el exception message. --- Kris Schneider <[EMAIL PROTECTED]> 的正文: > > ... > > > > > > Quoting Gao Di <[EMAIL PROTECTED]>: > > > i know the can ca

how to catch my own exception in jstl

2004-08-20 Thread Gao Di
i know the can catch the exception on jsp,but the error message which i got from it looked like below: javax.servlet.jsp.el.ELException: An error occurred while getting property "deivces" from an instance of class com.service.transfer.client.DeviceHelper in fact this error was generated by an IO

RE: page redirect problem in jstl or jsp?

2004-08-18 Thread Gao Di
*.do > > > Trust me, there's nothing wrong with Struts when it > comes to your problem. > > Bill Siggelkow > [EMAIL PROTECTED] > > > > > -Original Message- > > From: Gao Di [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, Aug

Re: page redirect problem in jstl or jsp?

2004-08-18 Thread Gao Di
following JSP which > redirects to an Action > without a hitch. > > <%@ page contentType="text/html;charset=UTF-8" > language="java" %> > <%@ taglib uri="http://java.sun.com/jstl/core"; > prefix="c" %> > > > > Tes

RE: page redirect problem in jstl or jsp?

2004-08-18 Thread Gao Di
it doesn't work either,i find it's a problem of struts,but can't find a solution. --- "Karr, David" <[EMAIL PROTECTED]> 的正文: > > If it isn't obvious yet, try: > > > > > -Original Message- > > From: Gao Di [mailto:[EMAI

Re: page redirect problem in jstl or jsp?

2004-08-18 Thread Gao Di
ot the redirect. Perhaps a typo in your > struts-config.xml. > > > Gao Di wrote: > > i use struts framework in my project,and use the > jstl > > in the jsp page.now i want to write a page which > will > > auto forward to a struts action class,but whatever > i

page redirect problem in jstl or jsp?

2004-08-18 Thread Gao Di
i use struts framework in my project,and use the jstl in the jsp page.now i want to write a page which will auto forward to a struts action class,but whatever i use jstl or jsp ,it can't find the url either. in jstl i use: and in jsp i use: if i change the url to "xxx.jsp" or a simple hello world