JSP怎样开发WAP程序?

不好意思,我是刚刚接触WAP,别人说,用jsp 也能开发wap程序,恰好,我是用jsp的。
我安装文章上,把meta定义为text/vnd.wap.wml,可是用winwap不能正常显示。
我看到很多jsp的wap程序,都是wml加jsp而成的,不是象别人说的,只有把meta定义为text/vnd.wap.wml,就可以了
请高手教教我。
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="error.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我的WAP</title>
</head><body>

</body>
</html
只有把meta定义为text/vnd.wap.wml,就可以了?

[591 byte] By [lijinxing-七夜] at [2008-2-13]