You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2007/09/10 10:39:29 UTC

[jira] Commented: (TOBAGO-481) Sheet could not work normally in popup,I can't selected a row

    [ https://issues.apache.org/jira/browse/TOBAGO-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526093 ] 

Volker Weber commented on TOBAGO-481:
-------------------------------------

Can you test without columSelector?

I use the sheet at many popups and never had problems selecting rows, but i don't use columSelectors, so the problem may be there.

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