2.2 RC1 menuitem in datatable bug?

UI Components for JSF
Post Reply
moktc
Posts: 37
Joined: 18 Aug 2010, 03:08

18 Aug 2010, 03:15

Hi All

I have a menuitem inside a menubutton in inside a datatable. When the button is clicked, the menuitem is display with empty label and no click action is triggered ie the dialog does not popup. No errors in firebug either.

Code: Select all

<p:dataTable id="instrumentList" var="item" value="#{inventoryItem.items}" rows="18"
	     	     	update="form:itemDisplay" paginator="true" dynamic="true" selection="#{inventoryItem.selectedItem}" selectionMode="single" 
	     	     	>
	     	     	<f:facet name="header">
Test
	     	     	</f:facet>
	     	     	<f:facet name="footer">
	     	     		<p:menuButton value="Options">
	     	     			<p:menuitem value="View Detail" onclick="itemAdminDialog.show()" ajax="false">
	     	     			</p:menuitem>
	     	     			
	     	     		</p:menuButton>
   	     	     	</f:facet>
		         	<p:column>
		         	 	<f:facet name="header">
		         	 		<h:outputText value="Name"/>  
		         	 	</f:facet>
		         	 	<h:outputText value="#{item.name}"/>  
		         	</p:column>  
			    </p:dataTable>

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

18 Aug 2010, 13:58

I'll try to replicate and update this post today.

moktc
Posts: 37
Joined: 18 Aug 2010, 03:08

21 Aug 2010, 09:20

Looks like it got something to do with the theme. When i changed it to 'cupertino' the menu name appears.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

21 Aug 2010, 12:29

Which theme were you using?

moktc
Posts: 37
Joined: 18 Aug 2010, 03:08

22 Aug 2010, 07:17

I think it was cupertino.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

22 Aug 2010, 11:57

That might be related to this issue;

http://code.google.com/p/primefaces/iss ... il?id=1151

We'll double check.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 19 guests