Laheeb Alsarraf wrote:

> I am not sure what u mean "I initialize another Servlet and HTML form'. Can
> u explain more what it is u are trying to do?
>

hi,
I'm creating a web mail system.  In my first servlet the user enters login and
password. (into a html form)  The servlet collects the parameters fine using
getParameter.  The servlet then generates some html and sends it to the
browser to display.  The user then can decide to forward a message.  This
requires them to enter in a textfield the address they want to forward the
message to.  Unfortunately the servlet can't 'see' this String value when
submit is pressed - it just returns a null value,
cheers,
Pete

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to