Hi,

Not sure if the problem is actually as described in the title, but here it is:

I have a couple of includes in some of my pages, and some times they throw up like this

2004-02-09 11:46:30,605 [WARN] taglib.IncludeTag - Exception thrown during include of 
licensegeneratorwizard1.include.jsp
org.apache.jasper.JasperException: Including component 
failed:org.apache.jasper.JasperException
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
        at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
        at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
        at webwork.view.taglib.IncludeTag.include(IncludeTag.java:54)
        at webwork.view.taglib.ui.ComponentTag.doEndTag(ComponentTag.java:175)
        at 
webwork.view.taglib.ui.AbstractHTMLComponentTag.doEndTag(AbstractHTMLComponentTag.java:52)
        at 
webwork.view.taglib.ui.AbstractHTMLListTag.doEndTag(AbstractHTMLListTag.java:56)
        at webwork.view.taglib.ui.SelectTag.doEndTag(SelectTag.java:64)
        at 
org.apache.jsp.licensegeneratorwizard1_include_jsp._jspx_meth_ui_select_0(licensegeneratorwizard1_include_jsp.java:264)
        at 
org.apache.jsp.licensegeneratorwizard1_include_jsp._jspService(licensegeneratorwizard1_include_jsp.java:96)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
<long long exception snipped>

This is not a persistent problem... in general the page is included without a problem 
and this exception happens once every blue moon. But why does it happen? The code 
that's causing the problem seems to be

  private boolean _jspx_meth_ui_select_0(javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  ui:select ---- */
    webwork.view.taglib.ui.SelectTag _jspx_th_ui_select_0 = 
(webwork.view.taglib.ui.SelectTag) 
_jspx_tagPool_ui_select_tabindex_name_multiple_list_label.get(webwork.view.taglib.ui.SelectTag.class);
    _jspx_th_ui_select_0.setPageContext(pageContext);
    _jspx_th_ui_select_0.setParent(null);
    _jspx_th_ui_select_0.setLabel("'community.text.distributor'");
    _jspx_th_ui_select_0.setName("'distributor'");
    _jspx_th_ui_select_0.setList("@dbFacade/distributorsList");
    _jspx_th_ui_select_0.setTabindex("1");
    _jspx_th_ui_select_0.setMultiple("'true'");
    int _jspx_eval_ui_select_0 = _jspx_th_ui_select_0.doStartTag();
    if (_jspx_th_ui_select_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)  
//<<<<<<========= HERE's THE PROBLEM
      return true;
    
_jspx_tagPool_ui_select_tabindex_name_multiple_list_label.reuse(_jspx_th_ui_select_0);
    return false;
  }


Not sure about the rest... why could be causing this? And how can I fix it? Thank you 
very much,

James


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to