Title: generating WML pages

Hi all ,
I'm trying to make  jsp generate wml  pages using Orion app server.
Have you got any jsp examples working ?

This is my test jsp page:

<%@ page contentType ="text/vnd.wap.wml" session="true" info="Main" %>

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card  NAME="Card_1">
<p>
        ciao Simone
        </p>
</card>
</wml>


these are the mime settings for my web server:
text/vnd.wap.wml                wml
application/vnd.wap.wmlc        wmlc
text/vnd.wap.wmlscript          wmls
application/vnd.wap.wmlscriptc  wmlsc
image/vnd.wap.wbmp




Reply via email to