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:
     ...
    <do type="accept">
         <go href=http://localhost/wml/myjsp.jsp#card2
                method="post">
      <postfield name="var" value="$(var)"/>
         </go>
    </do>

or should I write a new JSP to get my variables?
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?
4. It's a bit out of topic but I'm working to developp application for a
Palm Pilot.
    Is there anybody who knows what's the upper limit for a compiled
deck?

thanks for your help!
Sophie

===========================================================================
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

Reply via email to