Accueil
AccueilLes ForumsLinks

      »  Configuration

API CONFIGURATION

The files needed for the configuration are located in the lib directory of your distribution. There should be 3 files : struts-wizard.tld, strutswizard-x.xx.jar and wizard-config.xml

STEP 1 : COPYING THE FILES

struts-wizard.tld : this is the definition for the tags related to the wizard. Place this file under the 'WEB-INF' directory of your application.

strutswizard-x.xx.jar : this is the Struts Wizard library. Place this file under the 'WEB-INF/lib' directory of your application

dynclass.jar : this is an external API StrutsWizard currently relies on. Jsut copy this file under the 'WEB-INF/lib' directory of your application

STEP 2 : API START & END

At any time, you can begin a new Wizard flow : just call WizardFlow.init() method. Any earlier wizard flow will be deleted.

To stop a wizard flow or to ensure that no flow is in memory, you can call WizardFlow.destoy() method.




:: News ::

05 / 03 / 2003
version 0.7 released

04 / 29 / 2003
First release of the plugin (version 0.5)


:: Related ::




 

STRUTS WIZARD