Hi,
You should call the next servlet as follows
out.println("<form method=get
action=\"http://192.248.16.197:7070/servlet/Replytocommonmessage?sub=hello\"
>");
instead of calling
out.println("<form method=get
action=\"http://192.248.16.197:7070/Replytocommonmessage?sub=hello\">");
Hope this will work.
Regards,
Kumaravadivelu
-----Original Message-----
From: Tom John <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, December 08, 1999 12:58 PM
Subject: PROBLEMATIC!!!!!!!!!!!!
>hi
>inside a servlet if we want to call a servlet(Replytocommonmessage) and
also
>want to send some
>variables along with that why can't we do as follows it calls the parameter
>but does not
>pass the variable
>
>...
>...
>out.println("<form method=get
>action=\"http://192.248.16.197:7070/Replytocommonmessage?sub=hello\">");
>..
>...
>...
>..
>
>tom
>
>___________________________________________________________________________
>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
___________________________________________________________________________
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