Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
ok thanks, that will solve my problem Steve Craig McClanahan wrote: On 2/20/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: Thanks will have a look, yeah I figured reevaluation isn't the go. as I said I know the action I want is already going to be configure din the struts-config file, so

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Craig McClanahan
On 2/20/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: > > Thanks will have a look, > > yeah I figured reevaluation isn't the go. > > as I said I know the action I want is already going to be configure din > the struts-config file, so basically I need to look it up, then create a > form for it. > >

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
ndering if I can have a custom tagsupport tag's doStartTag() method acess the taghandlerpool. There is no API for this. Indeed, in JSP 2.0 if you use simple tags there is no pooling of tag instances either. Basically i want ot be able to create a form, where neccesary, with a start t

Re: Acessing TagHandlerPool for TagSupport

2006-02-19 Thread Craig McClanahan
On 2/19/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: > > I know this isn't specifically struts realted, but am having trouble > finding a jasper mailing list. > > Basically was wondering if I can have a custom tagsupport tag's > doStartTag() method acess the tag

Acessing TagHandlerPool for TagSupport

2006-02-19 Thread Steve Vanspall
I know this isn't specifically struts realted, but am having trouble finding a jasper mailing list. Basically was wondering if I can have a custom tagsupport tag's doStartTag() method acess the taghandlerpool. Basically i want ot be able to create a form, where neccesary, with a

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
25/08/2005 07:31 Subject: Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5 Please respond to

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread Ext . Ilitia2
bcc: 25/08/2005 07:31 Subject: Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
cc: bcc: 25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread Ext . Ilitia2
25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5 Please respond to

TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
Hi, I am trying to port a web-application originally written with Tomcat 4.1 to Tomcat 5.5. The application uses struts and throws the following exception when launched: 23:34:22,953 ERROR [login_jsp]] Servlet.service() for servlet login.login_jsp threw exception java.lang.NullPointerExcepti

Re: TagHandlerPool

2005-06-28 Thread javendo
uesday, June 21, 2005 10:40 PM Subject: Re: TagHandlerPool Hello Martin, the line is this: org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = (org.apache.struts.taglib.html.HtmlTag) _jspx_tagPool_html_html.get(org.apache.struts.taglib.html.HtmlTag.class); and the method i

Re: TagHandlerPool

2005-06-21 Thread javendo
out.write("\r\n"); out.write("\r\n"); int evalDoAfterBody = _jspx_th_html_html_0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_html_html_0.doEndTag() == ja

Re: TagHandlerPool

2005-06-21 Thread Martin Gainty
ay, June 21, 2005 12:32 PM Subject: TagHandlerPool I am using struts 1.2, Win XP and I am trying to upgrade the app/web server from jboss 3.2.3 with tomcat 4.1 to jboss 4.0.1 with tomcat 5.5 and I am getting this exception: java.lang.NullPointerException org.apache.jasper.runtime.TagHandlerPool.g

TagHandlerPool

2005-06-21 Thread Alessandro Badin - Yahoo
I am using struts 1.2, Win XP and I am trying to upgrade the app/web server from jboss 3.2.3 with tomcat 4.1 to jboss 4.0.1 with tomcat 5.5 and I am getting this exception: java.lang.NullPointerException org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:108) login.login_jsp._jspx_m