On Thu, 17 Jun 1999, Julio Monroy wrote:

> Greetings Servlet programmers...
>
> I have a semi-complex problem, that may have a simple answer.  I am
> hoping to get some insight from some of the bright servlet gurus who
> watch this forum.
>
> I have a need to chain to a servlet, or HTML page, directly from another
> HTML page.  I also need to pass some parameters to the new branch.  I am
> using the following HTML directives:
>
> <HEAD>
> <META HTTP-EQUIV="refresh" CONTENT="0;
> URL=http://web:8080/servlet/doFoo">
> </HEAD>
> ...
> <input type=hidden name=myparam1 value="foobar">
>
>
> This is no problem, as it chains just fine.  However, I cannot seem to
> pass it any parameters using the "hidden" input directive.  I can only
> call the page, nothing else.
[ ... ]

Are those hidden INPUT's embedded in a form?  You don't show it above,
but perhaps that's because you're only showng part of the example.  If
not, that could be your problem.

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

___________________________________________________________________________
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