Exceptin occurred when using JSTL in Weblogic 7.0

2002-09-04 Thread Donghyeok Kang
Hi... I am trying JSTL in BEA Weblogic 7.0 server. Whenever I declared the tag library in a JSP page like "<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>", an exception occurred. The exception is java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected th

Method invocation in JSTL

2002-10-08 Thread Donghyeok Kang
Hi, guys... Is there any way to invoke some method with parameters in JSTL? For example, "SomeClass.setProperty(String someParam, int otherParam) " or "SomeClass.getProperty(String someParam, int otherParam)" Can the method invocation like this be replaced by JSTL? Thanks in advance..

Property name in JSTL

2002-11-11 Thread Donghyeok Kang
Hi, I'm using the JSTL library from the jakarta project. I have some bean class that has the propery named "qSeqNumber" and the getter method named "getQSeqNumber". When I use the bean class in JSTL like "${question.qSeqNumber}", an exception occurred such as javax.servlet.ServletEx

Is an OR mapping tool helpful?

2003-03-04 Thread Donghyeok Kang
Hi, all... My project team are considering an OR mapping tool. I have looked into some open source projects developing OR mappings. I don't think it's easy to use them at all. Some of them seems to be more complex than entity beans of EJB. I wonder if an OR mapping tool is really helpful or us

response.sendRedirect() under Apache & Tomcat connection

2003-10-05 Thread Donghyeok Kang
Hi, all... I'm using Apache HTTP server and Jakarta Tomcat as a servlet engine. Apache is running on port 8088 and the direct connection to Tomcat is closed. The problem is that when some action in jsp has been operated and the jsp has called the "response.sendRedirect()" method to move into th