Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
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 tag. but, like struts

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. I can fudge

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

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 start tag

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 taghandlerpool. There is no API

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

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

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
: bcc: 25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

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

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

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

Re: TagHandlerPool

2005-06-28 Thread javendo
: 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 is: private boolean _jspx_meth_html_html_0

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)

Re: TagHandlerPool

2005-06-21 Thread Martin Gainty
, 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.get

Re: TagHandlerPool

2005-06-21 Thread javendo
. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, June 21, 2005 2:02 PM Subject: Re: TagHandlerPool Allesandro- I would have to see the generated code located at login_jsp.java specifically line 84 to find out