Hi,

I have a question on woody and flow.

My application starts with an upload form.
->If upload successfull, fill in some stuff in a registration form.
--->If registration form filled out correctly (valid email,...) go to success page.
--->If registration form filled out uncorrect (valid email,...) go back to registration form.
->If upload unsuccessfull go back to upload form with error message.


My question is how to handle the upload action in flow. My sitemap entries for the upload-action look like this right now
(action written by Geoff).
...
<map:match pattern="registration">
<map:act type="MultiPartFileAction">
<map:parameter name="upload-dir" value="WEB-INF/work"/>
<map:generate type="serverpages" src="registration.xml"/>
<map:transform src="registration.xsl"/>
<map:serialize/>
</map:act>
<map:redirect-to uri="upload"/>
</map:match>


I played a little with the "form1.flow"-example (got it working with my registration form), but I wonder how
to integrate this "upload-action" in this flowscript.


Regards
Jonny

_________________________________________________________________
FreeSMS abr�umen mit dem MSN Messenger - der Countdown l�uft! http://messenger-mania.msn.de Jetzt mitmachen und gewinnen!



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



Reply via email to