Hi to All,

Yesterday I asked about the problem I've experienced, but nobody answer
here. If somebody could help with this, it would be nice.

So, I've got an servlet which overrides doPost() method.
It should merge some documents upon their URL's in query string.
As well as length of the query string may exceed 256 characters,
POST method is used.

The question is: may I use applet showDocument() method in a way like
this:

getAppletContext().showDocument(new URL(getCodeBase(),"servlet_folder/servlet?" + 
myQueryString),"_blank")

to show the servlet's merging result in a separate browser window?
Where can I specify that POST method will be used?

Thanks a lot,
Max

___________________________________________________________________________
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