You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sudhakar G <Su...@mindtree.com> on 2003/12/22 12:15:53 UTC

sub classing Action Servlet

Hi,
	Can anyone provide me the example of extending the ActionServlet and
how it should be configured in web.xml

Thanks & Regards
Sudhakar
    
  




DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return  e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.  Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: sub classing Action Servlet

Posted by Mohan Radhakrishnan <mr...@cellexchange.com>.
Just extend it and call super.init()

	<servlet-name>action</servlet-name>
	
<servlet-class>com.cellx.lucid.servlet.IntranetServlet</servlet-class>

Nothing special that I know of.

Mohan
-----Original Message-----
From: Sudhakar G [mailto:Sudhakar_G@mindtree.com]
Sent: Monday, December 22, 2003 4:46 PM
To: struts-user@jakarta.apache.org
Subject: sub classing Action Servlet


Hi,
	Can anyone provide me the example of extending the ActionServlet and
how it should be configured in web.xml

Thanks & Regards
Sudhakar
    
  




DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. Before opening attachments please check them for viruses and
defects. MindTree Consulting Private Limited (MindTree) will not be
responsible for any viruses or defects or any forwarded attachments
emanating either from within MindTree or outside. If you have received this
message by mistake please notify the sender by return  e-mail and delete
this message from your system. Any unauthorized use or dissemination of this
message in whole or in part is strictly prohibited.  Please note that
e-mails are susceptible to change and MindTree shall not be liable for any
improper, untimely or incomplete transmission.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org