Yes, exactly, thank you =)

it's been about 6 months since I've played with
servlets and jsp... forgot some of this stuff =)

Rich

--- Michael Weller <[EMAIL PROTECTED]> wrote:
> 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
>


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

___________________________________________________________________________
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