Title: jsp generating wml

Hi all Orion users,
I have a jsp but I cannot generate a simple wml page:

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

<?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">
        hi all
</CARD>
</WML>

I've also added the new mime types in the orion/config/mime.types file:
text/vnd.wap.wml                wml
application/vnd.wap.wmlc        wmlc
text/vnd.wap.wmlscript          wmls
application/vnd.wap.wmlscriptc  wmlsc
image/vnd.wap.wbmp              wbmp

Any help appreciated;
also have you got any example of some simple Jsp which succesfully generates a wml page?

Thanks.
simo



Reply via email to