[Webwork-user] Content-Type
Brought to you by:
baldree,
rickardoberg
From: Ralf P. <pu...@gm...> - 2000-12-15 16:32:05
|
Hi, we wanted to use webwork for an internet application and plan to support wap-devices in the near future. There seems to be no problem with generating wml but we where not able to set the corrent content-type for tomcat. In JSP-Pages without webwork we can just write <%@ page contentType="text/vnd.wap.wml" %> at the beginning of the page, and everything works fine. When we use webwork, this tag is ignored because of the use of javax.servlet.RequestDispatcher.include. Is there another possibility to set the content-type in the jsp-Page? Thanks, Ralf |