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.

thanks

Rich

__________________________________________________
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