Hello friends: I was trying to apply template on servlet-generated html file in Java WebServer. I can apply template on html file, it works fine. I have servlet providerlogin. In Servlet Aliases, I set /servlet/providerlogin (it works fine) to template, after I tried to call providerlogin in a client form, I got a 405 Method Not Allowed. Http method POST is not supported by this URL. My understanding is: when providerlogin is called, the Server invoked the providerlogin, after that invoke template to process the result of the providerlogin. Can the template servlet support this request? Expert, please tell me? Thank you in advance. Eric Liu ___________________________________________________________________________ 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
