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:
+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
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
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