Re: Invoking Servlets from JSP

2007-07-27 Thread Nuwan Chandrasoma
oma [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 10:45 PM To: Struts Users Mailing List Subject: Re: Invoking Servlets from JSP Hi, I have a struts app which has servlets also , i just call the servlet mapping in my web.xml from my jsp. Thanks, Nuwan John Mammen wrote: Hi, What i

RE: Invoking Servlets from JSP

2007-07-27 Thread John Mammen
Hi Nuwan, Can you tell me how you did that? A code snipet would do nicely :) Thanks, John. -Original Message- From: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 10:45 PM To: Struts Users Mailing List Subject: Re: Invoking Servlets from JSP Hi, I have a

Re: Invoking Servlets from JSP

2007-07-27 Thread Nuwan Chandrasoma
Hi, I have a struts app which has servlets also , i just call the servlet mapping in my web.xml from my jsp. Thanks, Nuwan John Mammen wrote: Hi, What is the best way to invoke a Servlet from a JSP in the struts framework? I have a login page. When the user clicks 'Log-in', the control