hi!
> Using the MVC approach:
>
> In my servlet I am using:
>
> String command = request.getParamater("command")
>
> to get the jsp form field 'command' e.g.:
>
> <form>
> ....
> <input type=hidden name = "command" value = "update">
> </form>
>
> but HOW do i invoke this 'command' when servlet A is
> called by Servlet B ? I'd like to use the same
> handler.
do you mean response.sendRedirect("/AnotherServlet?command=update"); ?
-mw
>
> thanks
>
> Rich
>
___________________________________________________________________________
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