[
http://jira.jboss.com/jira/browse/JBSEAM-292?page=comments#action_12339685 ]
Michael Steiner commented on JBSEAM-292:
----------------------------------------
Thanks, It works.
Method annoted with @Begin not always begin long running
conversations
----------------------------------------------------------------------
Key: JBSEAM-292
URL:
http://jira.jboss.com/jira/browse/JBSEAM-292
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.0.1
Environment: jboss 4.0.4GA ejb RC8-FD, myfaces 1.1.3
Reporter: Michael Steiner
Assigned To: Gavin King
Priority: Blocker
Fix For: 1.1
Attachments: seam-test-case.war
I have 2 components itemsList and ItemEditor. ItemList prepare dataModel list and also
has method select() which raise event "itemSelected". ItemEditor has method
itemSelected() annotated with @Begin and @Observe("itemSelected"). If user
select item from list then method ItemList.select() is called, event is raised then method
ItemEditor.itemSelected() is called so conversation should begin but it doeas only if
after select users is redirect to another view (in navigation rule is <redirect />)
or if in forwarded view is <h:form /> element.
--
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