> ** Proprietary **

Really :)

> Is there any chance of calling the servlet once again from the same servlet which is 
>curently running.
>

Sure -- make sure that the HTML you generate has an HREF that points
back at the servlet. For example

servlet at /form.html

generates:
        <form action="/form.html" method="post">
        <input....>
        </form>

When the user submits the form, it comes right back to you.

.duncan

___________________________________________________________________________
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