On Wed, 2003-07-30 at 19:55, maisonneuve nico wrote:
> hi ,
> i begin with woody form, and i would know:
> - if it's possible to create a multi-page form (like XMLForm example) ?

there's no special support in woody for that, but you can simply create
multiple separate forms.

> - is a File upload widget exist ?

No. You can of course manage the file-upload seperate from Woody.

> - how create a rule validation ?

The best way to find out is to look at existing validation rule
implementations. For each validation rule you need to write two classes:
the builder, which can create the validation rule based on an XML
configuration (DOM Element), and the validation rule class itself. Both
need to implement a specific interface. Finally you need to configure
the new validation rule in the cocoon.xconf file. Just search for the
validation-rules element over there. The "name" that you configure there
is the same as the tag you'll need to use the form definition.

Note that Woody is still under heavy development, and much of this could
change.

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to