You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by sunilskulkarni <su...@yahoo.com> on 2007/10/02 04:42:33 UTC

Cannot find transition dialog:xxx for state xxx of dialog xxx error

Attachment :  http://www.nabble.com/file/p12991765/dialog-config.xml
dialog-config.xml 
Does any one know why I get the above error? I am new to Shale. Thanks
(I have 2 beans, one has gets firstname, lastname. Second one stores names
in Hashmap(signup) and login which checks the contents of Map. (1) I click
login link from home page, (2)it goes to login page, it has link to signup.
(3)I do signup. (4)Control comes back to login #1. (5) I try to do #1, I get
the above error.
-- 
View this message in context: http://www.nabble.com/Cannot-find-transition-dialog%3Axxx-for-state-xxx-of-dialog-xxx-error-tf4552512.html#a12991765
Sent from the Shale - User mailing list archive at Nabble.com.


Re: Cannot find transition dialog:xxx for state xxx of dialog xxx error

Posted by Rahul Akolkar <ra...@gmail.com>.
On 10/1/07, sunilskulkarni <su...@yahoo.com> wrote:
>
> Attachment :  http://www.nabble.com/file/p12991765/dialog-config.xml
> dialog-config.xml
> Does any one know why I get the above error? I am new to Shale. Thanks
> (I have 2 beans, one has gets firstname, lastname. Second one stores names
> in Hashmap(signup) and login which checks the contents of Map. (1) I click
> login link from home page, (2)it goes to login page, it has link to signup.
> (3)I do signup. (4)Control comes back to login #1. (5) I try to do #1, I get
> the above error.
<snip/>

It implies that the application is trying to start a dialog (or
restart the same one, in this case) without completing the ongoing
dialog.

Check out the state and dialog named in the error message (the ones
stubbed out in the subject with xxx) -- that might hold some clues.
You want to get to an 'end' state before (re)starting a dialog.

-Rahul