RE: [DESIGN] struts dialog / wizard

2007-02-26 Thread Strachan, Paul
C but for this particular wizard (if I dare even call it that) I'm thinking an established framework might be more appropriate, given the unusual business requirements. Thanks for your help/comments - should I post here for struts-dialog/easywizard help or is there a more appropriate forum/list

Re: [DESIGN] struts dialog / wizard

2007-02-26 Thread Michael Jouravlev
each page needs to obtain its own state dynamically and present a read-only or update view. Are you really need this feature? This is like changing wizard internal state based on some external state. Need to think about this. Can anyone advise there experience with struts-dialog (sourceforge

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Madhav Bhargava
not others (actually >> this depends a bit on the current state of the internal processing) - >> I suspect each page needs to obtain its own state dynamically and >> present a read-only or update view. >> >> Can anyone advise there experience with struts-dialog (sourcef

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Tom Schneider
thers (actually this depends a bit on the current state of the internal processing) - I suspect each page needs to obtain its own state dynamically and present a read-only or update view. Can anyone advise there experience with struts-dialog (sourceforge) or some other wizard or workflow framework

Re: [DESIGN] struts dialog / wizard

2007-02-25 Thread Paul Benedict
this depends a bit on the current state of the internal processing) - I suspect each page needs to obtain its own state dynamically and present a read-only or update view. Can anyone advise there experience with struts-dialog (sourceforge) or some other wizard or workflow framework/model that wo

[DESIGN] struts dialog / wizard

2007-02-25 Thread Strachan, Paul
ise there experience with struts-dialog (sourceforge) or some other wizard or workflow framework/model that would suit this requirement? Thanks, Paul ** This message is intended for the addressee named and may contain

Struts Dialog question...

2006-05-31 Thread rukka
We use Struts Dialog to run a wizard. One problem we have is in long running transaction (3-4 seconds) user can hit submit button multiple times. In turn struts controller originates multiple service requests. with isTokenValid() method, we are going to lose the response coming back from

Re: Struts Dialog

2006-03-02 Thread Danny Lee
Hello, Michael! That's cool :) Now I know, what I gonna do the next weekend! Cheers, Danny Michael Jouravlev wrote: I just uploaded the preview of version 2: ... I will upload final version of the library and the documentation in about a week. -

Re: Struts Dialog

2006-03-02 Thread Michael Jouravlev
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thank you for quick reply Michael. > Yes I am talking about Struts Dialogs. I just uploaded the preview of version 2: http://struts.sourceforge.net/strutsdialogs/index.html https://sourceforge.net/project/showfiles.php?group_id=49385&pac

Re: Struts Dialog

2006-03-01 Thread anil_a
Struts Dialog is Michael Jouravlev <http://today.java.net/pub/au/298> and he is on this list. rukka Shiby Maria John wrote: Where can i read about struts dialog? I am new to it - To unsubscribe, e-mail: [EMAIL PRO

Re: Struts Dialog

2006-03-01 Thread Shiby Maria John
Where can i read about struts dialog? I am new to it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts Dialog

2006-03-01 Thread anil_a
Thank you for quick reply Michael. Yes I am talking about Struts Dialogs. So I guess service layer calls should be made from WizardNode validate method. I see how you integrate rule engine with struts in your second article. Struts Dialog looks really cool. rukka Michael Jouravlev

Re: Struts Dialog

2006-03-01 Thread Michael Jouravlev
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All > > I have look at struts dialog to implement wizard kind of screen flow. I > looks good. (took some time to understand that too). Right... I know that current version is... er... overengineered. The new version wi

Struts Dialog

2006-03-01 Thread anil_a
Hi All I have look at struts dialog to implement wizard kind of screen flow. I looks good. (took some time to understand that too). I have two questions? 1. If I have to make some calls to service layer to validate data entered , where do I make that call? 2. How scable is