cancel
Showing results for 
Search instead for 
Did you mean: 

property not found

arno1
Champ in-the-making
Champ in-the-making
Hello,
I just downloaded the new (5.4) version of Activiti and updated my modelling plugin for eclipse and wanted to build a new simple example process for my colleague but there's an exception which tells me, that the propery of the used form is not found (I used the new feature of the "Form" section in Eclipse modeling plugin).
Explanation: In the first task I have a form (or want to have) where a name is entered, which is shown in the second task.
See Screenshot:
4 REPLIES 4

arno1
Champ in-the-making
Champ in-the-making
The exception is: "Unknown property used in expression."

jbarrez
Star Contributor
Star Contributor
So how does your expression look like? How do you reference 'firstName'?

arno1
Champ in-the-making
Champ in-the-making
I tried following things to reference the variable in the second task:

1. Hello ${firstName}!

2. Hello ${1}!

none of them worked.

frederikherema1
Star Contributor
Star Contributor
Does the exception occur when you submit the form? Or request the form?

Can you show the XML the designer generated (the formProperties element)