Re: [OS-webwork] Wizards In WW2

2003-12-24 Thread John Patterson
I have put the files up under this issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-439 Included is a small example Wizard and Action. John. - Original Message - From: "Matthew E. Porter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 24, 2003 12:

Re: [OS-webwork] File upload progressbar

2003-12-24 Thread Tracy Snell
+1 on pulling Pell into webwork. On Dec 24, 2003, at 12:37 AM, Hani Suleiman wrote: I'll wait until the new year to give people a chance to comment one way or another. To be honest currently I'm leaning towards folding the pell code into webwork. Sure it's extra code to maintain, but it's very

Re: [OS-webwork] Wizards In WW2

2003-12-24 Thread Matthew E . Porter
Excellent! For now, please put this in Jira. Cheers, matthew On Dec 24, 2003, at 3:13 AM, John Patterson wrote: I have made a simple Wizard "framework" for an app that I am building. It is basically a State Machine with a WW2 specific adaptor. It may be useful as a starting point. It is c

Re: [OS-webwork] Wizards In WW2

2003-12-24 Thread John Patterson
I have made a simple Wizard "framework" for an app that I am building. It is basically a State Machine with a WW2 specific adaptor. It may be useful as a starting point. It is composed of : Wizard abstract class - contains isFinishEnabled(), isNextEnabled(), next(), previous() etc. WizardPag