Sheet could not work normally in popup,I can't selected a row
-------------------------------------------------------------

                 Key: TOBAGO-481
                 URL: https://issues.apache.org/jira/browse/TOBAGO-481
             Project: MyFaces Tobago
          Issue Type: Bug
         Environment: IE7,Firefox
            Reporter: kylin


<tc:toolBarCommand id="add_sysuser_station" label="add"
                                image="myerp/image/add.png">

                                <tc:attribute name="renderedPartially" 
value="popup" />
                                <f:facet name="popup">
                                        <tc:popup width="500" height="400" 
id="popup">
                                                <tc:box label="Stations">
                                                        <f:facet name="layout">
                                                                <tc:gridLayout 
rows="1*;fixed;fixed" />
                                                        </f:facet>
                                                        
                                                        <tc:sheet columns="*" 
var="station" value="#{userManagement.userNotHavedStation}">
                                                        <tc:columnSelector />
                                                                                
                                                <tc:column label="name">
                                                        <tc:out 
value="#{station.name}"/>
                                                        </tc:column>
                                                        </tc:sheet>

                                                        

                                                        <tc:cell />

                                                        <tc:panel>
                                                                <f:facet 
name="layout">
                                                                        
<tc:gridLayout columns="1*;1*" margin="10" />
                                                                </f:facet>
                                                                <tc:button 
label="ok" action="#{funcManagement.doAddRelation}">
                                                                        
<tc:attribute name="popupClose" value="afterSubmit" />
                                                                </tc:button>
                                                                <tc:button 
label="cancel">
                                                                        
<tc:attribute name="popupClose" value="immediate" />
                                                                </tc:button>
                                                        </tc:panel>

                                                </tc:box>
                                        </tc:popup>
                                </f:facet>

                        </tc:toolBarCommand>

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