Re: how to add new tag plugins

2007-06-14 Thread amir nasr
hello all i do what mentioned below but it fails in initialization, and whent i comment <%@ taglib prefix="tt" uri="/tabletags"%> it run correctly , any suggestion. Bye. Mansour <[EMAIL PROTECTED]> wrote: I think you are asking about the taglib difinition so that you can use tabletags. If thi

Re: how to add new tag plugins

2007-06-14 Thread Mansour
What do you mean by it fails? I need more details. What do you get ? Do you have the jar file in your "WEB-INF/lib" ? amir nasr wrote: hello all i do what mentioned below but it fails in initialization, and whent i comment <%@ taglib prefix="tt" uri="/tabletags"%> it run correctly , any sug

Re: how to add new tag plugins

2007-06-14 Thread amir nasr
hello all i do what mentioned below but it fails in initialization, and whent i comment <%@ taglib prefix="tt" uri="/tabletags"%> it run correctly , any suggestion. Bye. Mansour <[EMAIL PROTECTED]> wrote: I think you are asking about the taglib difinition so that you can use tabletags. If thi

Re: how to add new tag plugins

2007-05-26 Thread Mansour
I think you are asking about the taglib difinition so that you can use tabletags. If this is the case, you need to include the jar file in your WEB-INF/lib and then add: <%@ taglib prefix="tt" uri="/tabletags"%> in your jsp. amir nasr wrote: Hello All Is there any body who knows how can i