[
https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41925
]
Paul Benedict commented on STR-3087:
------------------------------------
Kailas, you will have to provide more information for me to help. As a
programmer, you should know what information must be given to debug a problem.
I need at least the line number within FormTag which is throwing the error.
> 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
>
> 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.