Khalid Loubane

You can call servlet in jsp in a form  like
<form action"/servlet/ServletName" method="get">

You can also make link of servlet like <a href="/servlet/ServletName">Test</a>

You can also redirect to servlet like
<% response.sendRedirect("/servlet/ServletName"); %>

Regards

Younas Aamir






> Hi everybody,
> i'm new :o), and i'm happy to join ur group.
> my question is : how can i include a servlet in JSP file ?
> thanks.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to