cancel
Showing results for 
Search instead for 
Did you mean: 

how to set form(from xml file) properties for jsf pages

mghb2009
Champ in-the-making
Champ in-the-making
hi
I am new to activiti work flow
I am doing a project with activiti-cdi and jsf.
how to use the form properties in activiti designer to render jsf form elements?
or
how a form will be rendered with Activiti Explorer?
i need to indicate form(by defining form properties on a start event or a user task)in my jsf page
what is the best way to do it ?
please help …
thanks
4 REPLIES 4

trademak
Star Contributor
Star Contributor
The Activiti Explorer is using Vaadin as a web framework but you can build your own form engine based on form properties in JSF as well. You can use the FormService API to retrieve the form properties definition. Use the getTaskFormData method to get the definition for a specific user task.

Best regards,

mghb2009
Champ in-the-making
Champ in-the-making
thank u
but how to render for jsf page!(i use dynamic page…)
i want show form from xml file(defining form properties on a start event or a user task) and don't use external form …
in activiti explorer render any form to a Vaadin page …
Does not have a separate page for each form. Right?
How do I render a form to a jsf page?
what's the best way?
can u get me link or doc or example ?

mghb2009
Champ in-the-making
Champ in-the-making
@trademak

jbarrez
Star Contributor
Star Contributor
> How do I render a form to a jsf page?

There are plenty of people having done this before. Just use the search. We would have to do the same if we wanted to do it.