Re: JSP and WML

2000-07-05 Thread M.Velikov
Hi Sophie Please see: ftp://ftp.maz-hh.de/outgoing/fw/jswdkmobi.zip > 3. I read the other mail on this subject but it's nor really clear : > Should I write response.contentType("text/vnd.wap.wml") or ><%@ page contentType="text/vnd.wap.wml"%> is > sufficient?

JSP and WML

2000-07-05 Thread Sophie Guillouet
Hi everybody! I'd like to write WML cards using JSP. I've few questions: 1. Should I write one JSP per card? 2. If not, if I need to POST some variables from a card called card1 written in a JSP called myjspcan I write that: ... http://localhost/wml/myjsp.jsp#card2

Re: JSP and WML - problems with the "

2000-01-19 Thread Stephen Summerfield
> -Original Message- > From: A mailing list about Java Server Pages specification > and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Erez Bashan > Sent: 19 January 2000 10:00 > To: [EMAIL PROTECTED] > Subject: JSP and WML - problems with the " > &

JSP and WML - problems with the "

2000-01-19 Thread Erez Bashan
I am writing JSP pages which generate WML pages (as opposed to the default HTML). My problem is that WML requires the following in every page: http://www.wapforum.org/DTD/wml_1.1.xml"> The JSP engine I use (JRUN) gives all kinds of errors about the "" %> Anything better ? Thanks Erez _

Re: JSP and WML.

1999-11-03 Thread HeeMeng
Hi, I have, using Nokia WAP Toolkit and JRUN. Just make sure that : o  the correct MIME types is set in the web server o  content type is set to "text/vnd.wap.wml" before sending any JSP output to the output stream Feel free to email me if u need more info. Regards Jose Luis Diaz wrote: Does an

JSP and WML.

1999-11-03 Thread Jose Luis Diaz
Does anyone have worked with JSP trying to generate WML code used in WAP Protocol? I would like to know how can I do it, because I am trying without success.   Thanks.   Jose Luis Diaz