Re: AW: Workflow Extention

2002-12-06 Thread Matthias Bauer
: Thursday, 5 December 2002 3:30 PM To: Jordan Thomas Cc: Struts User List Subject: Re: AW: Workflow Extention Jordan, the configuration looks ok to me. Can you please send me the complete log messages. They should look somehow like these (I took them from the example application): 2002-12-05

RE: AW: Workflow Extention

2002-12-05 Thread Jordan Thomas
To: [EMAIL PROTECTED] Cc: 'Struts Users Mailing List' Subject: Re: AW: Workflow Extention Jordan, I think I understand pretty well, what you are trying to do. However according to your configuration you should not be able to execute /registration/2 before having executed /registration/1. Here are some

Re: AW: Workflow Extention

2002-12-05 Thread Matthias Bauer
Jordan, the configuration looks ok to me. Can you please send me the complete log messages. They should look somehow like these (I took them from the example application): 2002-12-05 15:27:52 action: Processing a GET for /beginWf1Transition 2002-12-05 15:27:52 action: Looking for Action

RE: AW: Workflow Extention

2002-12-05 Thread Jordan Thomas
-workflow 17:00:08,292 INFO [Engine] action: Previous state does not match any allowed previous state! -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Thursday, 5 December 2002 3:30 PM To: Jordan Thomas Cc: Struts User List Subject: Re: AW: Workflow Extention

AW: Workflow Extention

2002-11-27 Thread Jordan Thomas
Yes, I see what you are saying and if I define the next state, then if I try to jump out of the workflow I get a an exception saying that it is not allowed by the workflow. What makes me think that it is disregarding the wrokflow is that I can enter the workflow at an point (i.e /registration/2)

Re: AW: Workflow Extention

2002-11-27 Thread Matthias Bauer
Jordan, I think I understand pretty well, what you are trying to do. However according to your configuration you should not be able to execute /registration/2 before having executed /registration/1. Here are some examples: /registration - /registration/1 - /registration/1-/registration/2 -