You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/18 02:40:34 UTC

[jira] Commented: (STR-3087) Select Tag not populate data

    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41921 ] 

Paul Benedict commented on STR-3087:
------------------------------------

Do you know what line in FormTag is erring? 

> 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.