[richfaces-issues] [JBoss JIRA] Resolved: (RF-7597) Menu does not work well with Seam.

Andrey Markhel (JIRA) jira-events at lists.jboss.org
Fri Jul 31 13:36:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Markhel resolved RF-7597.
--------------------------------

    Resolution: Rejected
      Assignee: Tsikhon Kuprevich  (was: Andrey Markhel)


As suggested on the forum try to use s:link
<rich:menuItem submitMode="none">
		<s:link styleClass="menu_selected_item_text" style="display:block" value="#{messages.menu_button_facilities}" action="#{facilitiesController.enter}" propagation="none" />
	</rich:menuItem>
 or

<rich:menuItem submitMode="none">
		<s:link styleClass="menu_selected_item_text" style="display:block" value="#{messages.menu_button_facilities}"  actionListener="#{conversation.leave}" action="#{facilitiesController.enter}"  />
	</rich:menuItem>
 to abandon conversation. If error wil be occured - that's Seam framework trouble. If no - you trouble is gone :)

> Menu does not work well with Seam.
> ----------------------------------
>
>                 Key: RF-7597
>                 URL: https://jira.jboss.org/jira/browse/RF-7597
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-menu
>    Affects Versions: 3.3.1
>         Environment: WIN PC/UBUNTU Server.
>            Reporter: Tony Herstell
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.2.CR1
>
>
> Menu does not work well with seam.
> See live site:
> http://www.selwynequestriancentre.co.nz
>    Do "Register" then when page is displayed do "About-Facilities" from menus
> When in a Seam conversation the error is created:
>    The conversation ended, timed out or was processing another request
> This is a know problem with Seam/RF and previous attempts to fix this from both sides have been attempted to no avail.
> Makes RF menus unusable with conversational Seam.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list