Re: Re: Re: error page

2002-09-19 Thread Felipe Schnack
Hmmm... I don't know... but I actually think this will cause too much confusion. If I could mix JSP and taglibs better I would be happy enough. At 2002-09-19 23:23:00 you wrote: >On Fri, 20 Sep 2002, Felipe Schnack wrote: > >> Thank you very much... >> but i'm curious, what's an EL funcio

Re: Re: error page

2002-09-19 Thread Shawn Bayern
On Fri, 20 Sep 2002, Felipe Schnack wrote: > Thank you very much... > but i'm curious, what's an EL funcion?? In JSP 2.0, the EL will most likely be extended to support functions. In a Tag Library Descriptor (TLD), you will be able to provide a mapping between an EL function and a Java meth

Re: Re: error page

2002-09-19 Thread Felipe Schnack
Thank you very much... but i'm curious, what's an EL funcion?? At 2002-09-19 23:13:00 you wrote: >On 19 Sep 2002, Felipe Schnack wrote: > >> My problem is with a very simple part of it. I developed a default >> error page for my system, that is called when an unhandled error >> occurs (config

Re: error page

2002-09-19 Thread Shawn Bayern
On 19 Sep 2002, Felipe Schnack wrote: > My problem is with a very simple part of it. I developed a default > error page for my system, that is called when an unhandled error > occurs (configured as the error page for Throwable exceptions). > So, how I convert this JSP to taglibs? CtlString.getS