..
> Help would be really appreciated.
It might help to ask a question.
Andrew T.
Joshua Cranmer - 18 Mar 2007 20:04 GMT
> ..
>> Help would be really appreciated.
>
> It might help to ask a question.
>
> Andrew T.
I think the problem is he doesn't know how to integrate the page with
the servlet, per paragraph 2.
> I have made a JSP page but don't knwo how to connect it with the
> servlet. The name of the servlet is MyOwnCustomTag. The servlet and
...
> public class MyOwnCustomTag extends TagSupport {
...
You wrote a custom tag, not a servlet. The tag may be embedded in a
JSP called by your form page, but cannot be called directly.
A good book covering these topics is Falkner/Jones "Servlets and Java
Server Pages". It's free to download here:
http://www.theserverside.com/tt/books/addisonwesley/ServletsJSP/index.tss
Kai
roohbir - 18 Mar 2007 20:42 GMT
> > I have made a JSP page but don't knwo how to connect it with the
> > servlet. The name of the servlet is MyOwnCustomTag. The servlet and
[quoted text clipped - 10 lines]
>
> Kai
Thanks a lot Kai and Joshua. Much appreciated.
Ros