Shammer's Philosophy

My private adversaria

2016-06-10から1日間の記事一覧

How to define the SQL parameter in JSTL?

There is a JSTL to execute SQL, that is sql:query. I want to execute SQL with WHERE sentence in JSP with using HTTP request parameter in WHERE conditions. This is a sample. <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="…