Thanks Dima.
I am stuck with another problem now.

I have a variable in Java which i get from request.
String s1 = request.getParamter("name");

I want to pass s1 into a SQL query which is like this:

<sql:query var="getLeaveRecord">
select * from emp_leaves where leave_id=?
</sql:query>

How do i put s1 into the tags?


thanks
-raj






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

Reply via email to