Page 1 of 1

Openkm forms

PostPosted:Tue Oct 18, 2011 5:02 pm
by amwilliam
Hi, I wonder if there is another way to make some forms for a workflow besides the one that is explained in the Openkm workflow guide.Is there a way to use seam components for example?.

I need to process the data in the form, for example store it in a file, so how can I do it?

Thank you.

Re: Openkm forms

PostPosted:Thu Oct 27, 2011 9:17 am
by pavila
You can't use Seam. If you want to process the fields from a form, create an ActionHandler and get the form parameters to be stored. Take a look at http://wiki.openkm.com/index.php/Examples:_Advanced .