html中嵌入JSP代码就可以了嘛,跟原来写html是一样的
比如一个文本框,默认是value的值
<input type="text" name="text" value="<%=value%> />
其中<%=value%>就是嵌入的java代码