Hi,

I have not got an idea to solve the problem below. Can anybody give me a hand?

Regards,
Hao

>===== Original Message From Tag Libraries Users List 
<[EMAIL PROTECTED]> =====
I have a JSP page that initially uses scriptlets, now I am going to transfer
it using JSTL tags

The initial code is

<%@ page import="mm.*" %>
<jsp:useBean id="cate" scope="session" class="mm.CateBean" />
<jsp:useBean id="report" scope="page" class="mm.ReportBean" />

<%
int idx = report.getId();
mm.LData ld = cate.getLData(idx);
%>

How to translate the Java code into EL using JSTL core library?

Any help will be very much appreciated.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to