[
http://jira.jboss.com/jira/browse/JBSEAM-634?page=all ]
Gavin King closed JBSEAM-634.
-----------------------------
Resolution: Rejected
This works perfectly fine, as long as you don't do a redirect from the action method.
ie. you need a URL like:
http://localhost:8080/seam-registration/register.seam?actionMethod=regist...
for it to work.
Personally, I would use a page action in pages.xml for this kind of stuff.
Conversation is not created when @Begin annotated method is invoked
-------------------------------------------------------------------
Key: JBSEAM-634
URL:
http://jira.jboss.com/jira/browse/JBSEAM-634
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.0.GA
Reporter: Dan Liu
Priority: Blocker
I have a bookmarkable page that is opened through s:link with its action method annotated
with @Begin(join=true) in a conversation scoped bean. The s:linke generated url has a
parameter "cid=2;clr=true". When I restart my browser and paste the url, I get
an error saying that conversation can't be found.
I think the correct behavior should to create a new conversation when @Being annotated
method is invoked and cid can't be found.
--
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