Title: RE: JHTML parameter

1st: Since your servlet tag will be nested inside a page that was linked using a "Get" method, you must utilize doGet() instead of doPost().

2nd: When you link, simply pass the dynamic parameters like you would from .html form data:
  E.g. http://www.microtest.com/seminars/thankyou.jhtml?ID=50
(Change the ID=value to view different names... Okay, it's a weak way of doing it, but it provided a quick solution...)

Good Luck,

-r

************************************************************************
Randy Melder
602.952.6651
[EMAIL PROTECTED]
http://www.microtest.com/
************************************************************************


-----Original Message-----
From: Marche, Marie-Odile [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 27, 1999 6:08 AM
To: 'Java-Servlets'
Subject: RE: JHTML parameter


how precisely then?

Thanks

Marie

> -----Message d'origine-----
> De:   Justin Lee [SMTP:[EMAIL PROTECTED]]
> Date: mercredi 27 octobre 1999 15:13
> À:    Java-Servlets
> Objet:        Re: JHTML parameter
>
> [EMAIL PROTECTED] wrote:
> >
> > Hi,
> >     I got a problem : pass a dynamic parameter to a
> > servlet invoked inside my jhtml file. I would like to
> > know if is possible pass a parameter to a jhtml file or
> > an alternative solution. Thank you !
>
> Yes this is possible.  We've used it several times.  It works just like
> normal form data.
>
> --
> Justin Lee  | What is economic status, and tell me what is race?
> JEDI        | Who decides to classify taxonomy of grace?
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Problems?:       [EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to