Has anyone been able to use a JSP page that includes a WML file as follows:
<%@ include file= "demo.wml" %>
and then in the demo.wml file, invoke another WML file as follows:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="home" title="MADK Home">
<p>
<select name="type" title="My topics">
<option value="myExceptions" onpick="exceptions.wml">myExceptions</option>
<option value="Reports" onpick="reports.wml">Reports</option>
</select>
</p>
</card>
</wml>
When I select either option in the demo.wml file using a WAP emulator, Tomcat doesn't seem to serve up the file because I assume it doesn't know what a WML file is. I get a "file not found" error. I've tried modifying the web.xml file to add a new mime type (tried both text/plain and text/wml) to no avail.
Any help out there?
Talin Bingham
Verticore Technologies
801 453 9111
[EMAIL PROTECTED]
www.verticore.com/
Delivering $55 billion in measurable operational effectiveness to our clients by 2008.