You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Laurent Michenaud <lm...@adeuza.fr> on 2002/07/17 15:22:19 UTC

Defining in which servlet method the jsp code will be converted

Hi,

I'm reading the Oreilly Java Servlet Programming Guide
and it speaks about a directive for jsp :
<%@ method = "doPost" %>

This allows to tell that the jsp code will be converted and inserted
in the servlet method "doPost" instead of the method "service".

Tomcat doesnot reconize this command and i would like to know whether
there is a mean to do that thing.

Thanks

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>