Re: [JSTL] How to get current URL ?

2002-12-16 Thread Christopher Lenz
smallufo wrote: Hi , all : Is there a way to get current URL of the page ? I tried but cannot get it I also tried some other methods in HttpServletRequest but seems not working , either... Can somebody help me ? Thanks in advance Try -chris -- To unsubscribe, e-mail:

Re: Stuck in Mud... Need your help...

2002-12-15 Thread Christopher Lenz
Finally() { log.debug("doFinally()"); } } JSP Example: <% if(request.getParameter("throw") != null){ throw new java.lang.Exception("Message from Exception"); } %> Successfully completed test block

Re: Beefing up JSTL EL in JSP 2

2002-10-15 Thread Christopher Lenz
cts; if we allowed all method calls, we'd simply be reintroducing > scriptlets with a different syntax. > > Still, the topic is not one on which everyone agrees; functions do seem > safest for the moment, however. > -- Christopher Lenz /=/ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>