vijayaraghavan kannan wrote:
>
> Jsp and wml merge is still a dream which has to come in near future, jsp is
> limited to browsers but wml is something to plunge your cellphones or
> palmsets.
Can you elaborate? JSP can generate any type of text response, be it HTML,
WML, XML, or whatever. Just make sure that you use <%@ page contentType="..." %>
to set the correct response MIME type. Everything that's not recognized as
a JSP element in a page is treated as "template text" and passed through
to the client untouched.
If you have had any particular problems with generating WML response, it would
be very interesting to know what they are.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets