Originally posted by Annette L'Heureux:
Thanks all!
I got it to work. I overrided doGet().
Does anyone know how to call it from a link?
i.e. on a webpage I have something like:
<a href="http://some url/servlet/servlet_name"> click here </a>
I've tried that, but it doesn't work. The only way I can do it is to call it directly from the address bar in the browser. Can it be done with a link?
thanks,
Annette
How do you over ride a doGet(), I have to post info to the page but I'm doing it from a link??? Is that possible, if you post from a link you're screwed. How can I do a post from a link if I can't over ride get?
