Re: Workflow Extension: Hurting struts functionality?

2003-07-18 Thread Matthias Bauer
I think the answer from Joe already addressed your question very good. The general problem about extending Struts is the need to subclass the RequestProcessor. Thus, two Struts extensions normally cannot be used together without the one knowing about the other. Consider extension A and

Workflow Extension: Hurting struts functionality?

2003-07-17 Thread C F
Hello, For anyone here who's had experience using the Struts Workflow extension (http://www.livinglogic.de/Struts/index.html). can you tell me what struts functionality you're missing out on if you use this extension. My first impression was that it was just an extension and wouldn't affect

Re: Workflow Extension: Hurting struts functionality?

2003-07-17 Thread Sandeep Takhar
I don't think it hides much. Basically some session objects are new and the actionMapping is extended. You don't have to worry. sandeep --- C F [EMAIL PROTECTED] wrote: Hello, For anyone here who's had experience using the Struts Workflow extension

Re: Workflow Extension: Hurting struts functionality?

2003-07-17 Thread Joe Germuska
At 9:53 -0700 7/17/03, C F wrote: Hello, For anyone here who's had experience using the Struts Workflow extension (http://www.livinglogic.de/Struts/index.html). can you tell me what struts functionality you're missing out on if you use this extension. My first impression was that it was just