cancel
Showing results for 
Search instead for 
Did you mean: 

Error when extends the class AbstractFormPropertyRenderer

variag
Champ in-the-making
Champ in-the-making
Hello community,

The problem is simple, I'm trying to create a "List select" for my form and when I extends the class AbstactFormPropertyRenderer an error appear: "AbstactFormPropertyRenderer cannot be resolved to a type".

It's looks how the class AbstactFormPropertyRenderer isn't imported, but in my pom.xml I added the dependencies of activiti-engine:

<dependency>
   <groupId>org.activiti</groupId>
   <artifactId>activiti-engine</artifactId>
   <version>5.8</version>
   <scope>provided</scope>
</dependency>

Any ideas?

Thanks very much and sorry for my english!  Smiley Tongue
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

This class is part of the Activiti Explorer code. This JAR is not available in our Maven repo however.
So you would have to build the Activiti Explorer webapp project yourself to get it in your local Maven repo.

Best regards,