how to deal with operation calling with parameters

2002-06-23 Thread Hao Ding
I have a JSP page that is initially using scriptlets, now I am going to transfer it using JSTL tags The initial code is <%@ page import="mm.*" %> <% int idx = report.getId(); mm.LData ld = cate.getLData(idx); %> How to translate the Java scripts into EL using JSTL core libra

doesn't work inside struts template?

2002-06-23 Thread Cliffano Subagio
I tried c:redirect (JSTL, standard release 1.0) inside a jsp page (let's call it redirect.jsp, and it works fine. Here's the simple redirect tag inside that redirect.jsp <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> http://www.apache.org"/> However, if I pass that jsp page as part