[richfaces-issues] [JBoss JIRA] Resolved: (RF-3187) 3.2.1CR1: contextMenu stops working
Vladislav Baranov (JIRA)
jira-events at lists.jboss.org
Fri Apr 25 06:37:08 EDT 2008
[ http://jira.jboss.com/jira/browse/RF-3187?page=all ]
Vladislav Baranov resolved RF-3187.
-----------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Tsikhon Kuprevich (was: Vladislav Baranov)
The issue was tested on the current version from /trunk with the /samples/contextMenuDemo project. Page code:
...
<h:form id="f">
<dt:dataTable id="table" value="#{bean.model}" var="row"
style="width:300px" first="0" rows="40" width="100%">
<dt:column headerClass="header" footerClass="footer" id="c1">
<h:outputText value="#{row.first}"/>
<cm:contextMenu submitMode="server" id="m" attached="true">
<mc:menuItem action="#{bean.edit}"
value="Edit package : #{row.first}" submitMode="ajax"
actionListener="#{bean.actionListener}" icon="/icons/ico1.gif">
<a4j:actionparam assignTo="#{bean.param}" name="param" value="#{row.first}"/>
</mc:menuItem>
<mc:menuSeparator id="menuSeparator11" />
<mc:menuItem action="#{bean.delete}"
value="Delete package #{row.first}" submitMode="ajax"
actionListener="#{bean.actionListener}" icon="/icons/ico2.gif">
<a4j:actionparam assignTo="#{bean.param}" name="param" value="#{row.first}"/>
</mc:menuItem>
</cm:contextMenu>
</dt:column>
</dt:dataTable>
</h:form>
...
> 3.2.1CR1: contextMenu stops working
> -----------------------------------
>
> Key: RF-3187
> URL: http://jira.jboss.com/jira/browse/RF-3187
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: RF 3.2.1CR1
> Reporter: Juergen Zimmermann
> Assigned To: Tsikhon Kuprevich
> Fix For: 3.2.1
>
>
> rich:contextMenu doesn't work any more. It was no problem with 3.2.0SR1.
> The tag looks like:
> <h:form
> <a4j:region>
> <rich:dataTable
> <h:column
> <h:outputText
> <rich:contextMenu event="oncontextmenu" attached="true" submitMode="server">
> <rich:menuItem value="#{...}" action="#{...}"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list