Hi Peter:

One resource is Chapter 22 of Wrox Press "Professional JSP, 2nd Edition," written by 
yours truely.  Also, I'd be happy to try and answer any other questions you might have.

I need a little more clarification on your current question.  Are you trying to carry 
a user input from one WML card or deck to another?  If so you can <jsp:forward> the 
value to the second JSP.  If the pages in question aren't JSPs, but WML decks 
generated by JSPs, the values you want to save can be stored in the HTTP session, and 
then output as <input>'s and <postfield> in the new generated WML deck.

Robert


-----------------------------------------------------------
Robert Burdick
Author, "Essential Windows CE Application Programming", John Wiley & Sons
Co-author, "Professional JSP, 2nd Edition", Wrox Press
Microsoft eMVP

[EMAIL PROTECTED]
(650)-917-8446 (Office)
(650)-906-3707 (Cell)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to