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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to