I have not experienced this problem. The code you point out as being the
cause is in the webwork.view.taglib.ui.SelectTag class. I suggest you put a
try catch in the doEndTag method in that class (make sure to wrap the call
to super.doEndTag as well), and log the exception there and see what it
tells you, and perhaps show it to us if you need more help.

Cheers,

Dick

----- Original Message -----
From: "James Pan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 12, 2004 3:43 PM
Subject: RE: [OS-webwork] WW1.3 question on include-tag


> Hi,
>
> Has no one else experienced this problem?? Please help!!
>
> Thank you,
>
> James
>
> -----Original Message-----
> From: James Pan
> Sent: February 10, 2004 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] WW1.3 question on include-tag
>
>
> 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:2
54)
>         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(ApplicationDispatch
er.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(AbstractHTMLCompone
ntTag.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(li
censegeneratorwizard1_include_jsp.java:264)
>         at
org.apache.jsp.licensegeneratorwizard1_include_jsp._jspService(licensegenera
torwizard1_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:2
10)
> <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.t
aglib.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
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id56&alloc_id438&opĚk
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to