[neon] SVG Field [message #1735377] |
Fri, 17 June 2016 18:50  |
Eclipse User |
|
|
|
Do SVG fields work yet?
To the client, I added to the pom.xml:
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt.svg.client</artifactId>
</dependency>
and to the ui.html, I added to the pom.xml:
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt.svg.ui.html</artifactId>
</dependency>
However, any forms with SVG Fields cause the HTML UI to fail with the following error:
Uncaught Error: Failed to create Scout object for objectType:SvgField. Either file/class 'scout.SvgField' does not exist, or no factory is registered to create an instance for the given objectType at http://localhost:8082/res/application-all-22dd27cb.min.js:9
Error: Failed to create Scout object for objectType:SvgField. Either file/class 'scout.SvgField' does not exist, or no factory is registered to create an instance for the given objectType
Is the SVG field not functional yet or did I make a mistake?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09734 seconds