SelectOneChoice not displayed in Lightweight Dialog when drawn
--------------------------------------------------------------

                 Key: TRINIDAD-1835
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1835
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.10-core
         Environment: Windows XP SP2, IE 6
            Reporter: Jai Parmar


I have created a jspx page which uses a single dropdown box which should 
display a unselected value and two other test values.  when launched directly 
(via URL)  the dropdown box is displayed, however when launched as in a 
lightweight dialog box, the dropdown box is not displayed. 




<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; version="2.0"
        xmlns:ui="http://java.sun.com/jsf/facelets";
        xmlns:h="http://java.sun.com/jsf/html";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:tr="http://myfaces.apache.org/trinidad";
        xmlns:trh="http://myfaces.apache.org/trinidad/html";
        >

        <f:view>
                <tr:document
                        title="test">
                        <tr:form>
                                
                                                        <tr:selectOneChoice 
                                                                        
unselectedLabel="- Please Select - "
                                                                        
autoSubmit="true"
                                                                        
aluePassThru="true"
                                                                        
label="Subject Area" 
                                                                        
id="subjectList">
                                                                                
<f:selectItems  value="#{captureFeedbackMgdBean.subjects}" />
                                                        </tr:selectOneChoice>
                                
                        </tr:form>
                </tr:document>
        </f:view>
</jsp:root>

is there a fix for this or a patch?

--versions of trinidad:
trinidad-api-1.0.10.jar
trinidad-impl-1.0.10.jar
myfaces-api-1.1.5.jar
myfaces-impl-1.1.5.jar
jsf-facelets.jar (version 1.1.14).



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to