You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pavel Brun <pa...@sympatico.ca> on 2002/03/26 17:11:51 UTC

JSP TagLib Help...pleease

Hello all,
Are there any people on this list who are experienced with custom taglib,
especially, its lifecyle? Is there a website that might help me understand
taglib's or is there some kind of a taglib forum?

Please let me know. I am encountering problems.

Thanks
Paul

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pavel (Paul) Brun
Software Designer
Messaging and Applications
Mitel Networks, Ottawa, ON, Canada
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Work Email: paul_brun@mitel.com
Personal:   pavel.brun@sympatico.ca

Bus. Phone: (613) 592-5660 ext.1520
        or  Call Speak@Ease (613) 592-7213
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: JSP TagLib Help...pleease

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Pavel Brun wrote:

>Hello all,
>Are there any people on this list who are experienced with custom taglib,
>especially, its lifecyle? Is there a website that might help me understand
>taglib's or is there some kind of a taglib forum?
>
>Please let me know. I am encountering problems.
>
>Thanks
>Paul
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Pavel (Paul) Brun
>Software Designer
>Messaging and Applications
>Mitel Networks, Ottawa, ON, Canada
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Work Email: paul_brun@mitel.com
>Personal:   pavel.brun@sympatico.ca
>
>Bus. Phone: (613) 592-5660 ext.1520
>        or  Call Speak@Ease (613) 592-7213
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
Hey try this site http://jakarta.apache.org/taglibs/tutorial.html

Pob Lwc ( Good Luck)

Chcuk Amadi
Systems Programmer




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


package org.apache.jasper.runtime does not exist

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Hey any takers

Can't believe this i had this thing running once apon a time.

At first i had a META-INF/taglib problem as it couldn't be located . 
Since checking the path of my taglib and created a taglib.tld in the 
META-INF . I know get this error

>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [10:1] package org.apache.jasper.runtime does not exist
>import org.apache.jasper.runtime.*;
>^
>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [12:1] cannot resolve symbol
>symbol  : class JasperException  
>location: package jasper
>import org.apache.jasper.JasperException;
>                         ^
>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [16:1] cannot resolve symbol
>symbol  : class HttpJspBase  
>location: class _0002fregisterMySql_0002ejspregisterMySql_jsp_0
>public class _0002fregisterMySql_0002ejspregisterMySql_jsp_0 extends HttpJspBase {
>                                                                     ^
>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [26:1] cannot resolve symbol
>symbol  : class JasperException  
>location: class _0002fregisterMySql_0002ejspregisterMySql_jsp_0
>    public final void _jspx_init() throws JasperException {
>                                          ^
>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [38:1] incompatible types
>found   : _0002fregisterMySql_0002ejspregisterMySql_jsp_0
>required: java.lang.Object
>        Object page = this;
>                      ^
>_0002fregisterMySql_0002ejspregisterMySql_jsp_0.java [48:1] getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) in javax.servlet.jsp.JspFactory cannot be applied to (_0002fregisterMySql_0002ejspregisterMySql_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
>            pageContext = _jspxFactory.getPageContext(this, request, response,
>                                      ^
>6 errors
>Errors compiling registerMySql.
>
Cheers Chuck Amadi
Systems Programmer

>





--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: JSP TagLib Help...pleease

Posted by Pavel Brun <pa...@sympatico.ca>.
Thanks....Has anybody encountered the following problem where tags are
evaluated twice,
my output statements show that my doStartTag(), doAfterBody() and doEndTag()
are evaluated
twice??

Any ideas, please let me know.

Thanks
Paul

-----Original Message-----
From: Vijay Shinde [mailto:Vijay.Shinde@morganstanley.com]
Sent: Tuesday, March 26, 2002 11:21 AM
To: Tomcat Users List
Subject: Re: JSP TagLib Help...pleease


Hey Paul,

 I am sending you one link ,I hope this will help you.

http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html

Regards
Vijay



Pavel Brun wrote:

> Hello all,
> Are there any people on this list who are experienced with custom taglib,
> especially, its lifecyle? Is there a website that might help me understand
> taglib's or is there some kind of a taglib forum?
>
> Please let me know. I am encountering problems.
>
> Thanks
> Paul
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Pavel (Paul) Brun
> Software Designer
> Messaging and Applications
> Mitel Networks, Ottawa, ON, Canada
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Work Email: paul_brun@mitel.com
> Personal:   pavel.brun@sympatico.ca
>
> Bus. Phone: (613) 592-5660 ext.1520
>         or  Call Speak@Ease (613) 592-7213
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: JSP TagLib Help...pleease

Posted by Vijay Shinde <Vi...@morganstanley.com>.
Hey Paul,

 I am sending you one link ,I hope this will help you.

http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html

Regards
Vijay



Pavel Brun wrote:

> Hello all,
> Are there any people on this list who are experienced with custom taglib,
> especially, its lifecyle? Is there a website that might help me understand
> taglib's or is there some kind of a taglib forum?
>
> Please let me know. I am encountering problems.
>
> Thanks
> Paul
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Pavel (Paul) Brun
> Software Designer
> Messaging and Applications
> Mitel Networks, Ottawa, ON, Canada
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Work Email: paul_brun@mitel.com
> Personal:   pavel.brun@sympatico.ca
>
> Bus. Phone: (613) 592-5660 ext.1520
>         or  Call Speak@Ease (613) 592-7213
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>