cancel
Showing results for 
Search instead for 
Did you mean: 

User tasks with custom GUI mask elements with validators

udoderk
Champ in-the-making
Champ in-the-making
Hi all,
In project it’s needed to create a custom user  task, that have
1)   a lot of additional editable GUI elements, that shell  be displayed in Activiti Explorer . (Not only s.c “Forms” from user guide http://www.activiti.org/userguide/index.html#forms)
2)   The GUI elements input values  given by person must be validated and error or warnings must be occurred if no valid data entred.

That custom user task s will be uploaded into Activiti using REST API.

I’m  checked the user guide (keywords java service task, JavaDelegate  Implementing)  but nothing found related to custom GUI Elements/custom GUI elements value validations?
How can I do this?
Thanks.
13 REPLIES 13

burn83
Champ in-the-making
Champ in-the-making
i don't come to import, in Maven project, the libraries of webapp-explorer2 .. in particular way, the library that contains AbstractFormPropertyRenderer, in order to extends it.

I think that i have a scope problem…but i didn't solve it easiest…any idea?!

I don't come to access to a part of webapp-explorer2…i have import so a war so a jar…

in my video i try to demostrate this.. Sorry for the link…

udoderk
Champ in-the-making
Champ in-the-making
i don't come to import, in Maven project, the libraries of webapp-explorer2 .. in particular way, the library that contains AbstractFormPropertyRenderer, in order to extends it.

I think that i have a scope problem…but i didn't solve it easiest…any idea?!

I don't come to access to a part of webapp-explorer2…i have import so a war so a jar…

in my video i try to demostrate this.. Sorry for the link…

hi, i use no maven to configurate the eclipse project. i configurate it manually.
I remember now. I've had any problems, then I have included all A.E. sources to eclispe project. But in that case whole A.E was compiled. Thus i created from A.E sources the jar file with .class files and referenced it as lib.

frederikherema1
Star Contributor
Star Contributor
As of 5.11, the activiti-explorer project contains all the classes and activiti-webapp-explorer2 war contains all web-stuff and dependency to the activiti-explorer JAR. This way, you can just use the activiti-explorer.jar as a dependency for your customizations…

udoderk
Champ in-the-making
Champ in-the-making
i have realized this video in which i'm stopping in a first part of previous tutorial…

I use Netbeans 7.1.2 , with Maven Plugin.

i have downloaded any war and any sources …but my problem it's not solved.. :'(

http://www.youtube.com/watch?v=creTYWxCTWA

Hi burn83,

you are added not .jar but whole .war file (see thatfragment)

[img]http://img827.imageshack.us/img827/4336/netbeanactexpwar.png[/img]