课后作业怎么做?有会做的给个参考吗?
然后在jsp页面中的input里面的value用el表达式接收
比如
描述:<input type="text" name="description" value="${description}"/>
你在后台servlet中把检索条件存在request里面?
比如request.setAttribute("description", description);