[
https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kailas Kore updated STR-3087:
-----------------------------
Attachment: New_Stack_Trace.txt
Hi Paul,
Please find attached new Stack_Trace. We have open TAR with Oracle and they had
given below settings on Application server (global-web-application.xml), still
we are facing error.
1: From Oracle Application Server (global-web-application.xml)
<init-param><param-name>tags_reuse_default</param-name><param-value>true</param-value></init-param>
2: _Applicant.java (Compiled version of Applicant.jsp from Application Server)
Following is the piece of code at line 1255
_ojsp_s_out.write(__oracle_jsp_text[162]);
{
org.apache.struts.taglib.html.SelectTag
__jsp_taghandler_65=(org.apache.struts.taglib.html.SelectTag)OracleJspRuntime.getTagHandler(pageContext,org.apache.struts.taglib.html.SelectTag.class,"org.apache.struts.taglib.html.SelectTag
indexed name property style styleClass size");
__jsp_taghandler_65.setParent(__jsp_taghandler_31);
__jsp_taghandler_65.setIndexed(true);
__jsp_taghandler_65.setName("driver");
__jsp_taghandler_65.setProperty("driverSex");
__jsp_taghandler_65.setStyle("width:150;");
__jsp_taghandler_65.setStyleClass("text");
__jsp_taghandler_65.setSize("1");
3: Following is the piece of code in we have used in Applicant.jsp
Applicant.jsp
<html:select style="width:150;" styleClass="text" name="driver"
property="driverSex" size="1" indexed="true">
<html:option value=""><bean:message key="QQ01.select"/> </html:option>
<html:option value="M"><bean:message
key="QQ01.selectoption.male"/></html:option>
<html:option value="F"><bean:message
key="QQ01.selectoption.female"/></html:option>
</html:select>
4: We are using JDK - 1.4.2, Struts - 1.2.7, Oracle Application Server 10g -
10.1.2.0.2
Kindly help us to resolve java.lang.ClassCastException.
Thanks and Regards,
Kailas
> Select Tag not populate data
> ----------------------------
>
> Key: STR-3087
> URL: https://issues.apache.org/struts/browse/STR-3087
> Project: Struts 1
> Issue Type: Bug
> Components: Taglibs
> Affects Versions: 1.2.7
> Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
> Reporter: Kailas Kore
> Assignee: Paul Benedict
> Fix For: Pending Review
>
> Attachments: New_Stack_Trace.txt, Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some
> time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g.
> If we restart server @ 1 PM then try to login with new browser session at 7
> PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN
> SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.