In writing servlets I sometimes have a single servlet with both a doGet() and a doPost() method to perform different actions. I am trying to figure out how to do this with JSP. I seem to be able to specify one or the other with the <%@ method=... %> directives but not both. Any suggestions? -------------------------------------------------- Jay Macarty - Technical Specialist Phone: (972) 591-7385 ___________________________________________________________________________ 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
