RE: Enhancement Request or Possible Alternative?

2003-12-19 Thread shirishchandra.sakhare
the typical cases of workflow. HTH. regards, Shirish. -Original Message- From: Hookom, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 7:29 PM To: Struts Users Mailing List Subject: RE: Enhancement Request or Possible Alternative? Vic, I did notice

Re: Enhancement Request or Possible Alternative?

2003-12-18 Thread Vic Cekvenich
I have a commercial Struts product that includes an event that is generated when a new action is called. I built it so that one can clean up any session stuff when going to another action for large projects. We could work out something VERY reasonable. .V Hookom, Jacob wrote: We are doing a lot

RE: Enhancement Request or Possible Alternative?

2003-12-18 Thread shirishchandra.sakhare
. It is highly configurable and does need any code change, just twicking the ActionMappings... regards, Shirish. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Thursday, December 18, 2003 10:42 AM To: [EMAIL PROTECTED] Subject: Re: Enhancement Request

RE: Enhancement Request or Possible Alternative?

2003-12-18 Thread Hookom, Jacob
: RE: Enhancement Request or Possible Alternative? Hi, Did you have a look at the workflow extention for struts?I wil advice you to have alook at the demo application to see if this is what you are looking for. http://www.livinglogic.de/Struts/demoApp.html And also the site has some introductory

Re: Enhancement Request or Possible Alternative?

2003-12-18 Thread Vic Cekvenich
Hookom, Jacob wrote: Vic, I did notice that there is pattern matching now available on the CVS head, but I was wondering if your solution was done with Struts as is, or if you had to make modifications to the Struts Config DTD and/or RequestProcessor? The solution of using a workflow to enforce

Enhancement Request or Possible Alternative?

2003-12-17 Thread Hookom, Jacob
We are doing a lot of module switching or multistep workflows (which we handle fine through session beans) but at the same time, users are allowed to jump to different pages and we would like to capture a leave event when they aren't within a set of mapping(s). I'm wondering if anyone has solved