cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping start form parameter to Java bean

rrabbit
Champ in-the-making
Champ in-the-making
Hi,

is there any way to directly map the start form parameters to a complex Java object (bean)?
I'm trying to store all form parameters in a POJO of type  "VacationRequest", instead of individual variables.

Thanks for your help,
Chris
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Yes, that should be possible using form properties, altough I haven't tested it out myself yet.

tombaeyens
Champ in-the-making
Champ in-the-making
did you try putting a UEL value expression in the expression attribute?