SmartClient 13.0-d20210522 eval version
Hello, we're finally in the process of buying the 13 version, so I've downloaded the eval version to try it.
But I've got this error while loading my index.jsp:
it refers to the version attribute of the loadISC tag.
If I remove it, it complains about the version attribute of the loadAssembly tag.
If I remove it, then it works.
We're using Tomcat 8.5, OpenJdk 8, Spring 3.0.5
Hello, we're finally in the process of buying the 13 version, so I've downloaded the eval version to try it.
But I've got this error while loading my index.jsp:
Code:
org.apache.jasper.JasperException: /index.jsp (line: [158], column: [4]) Unable to find setter method for attribute: [version]
If I remove it, it complains about the version attribute of the loadAssembly tag.
If I remove it, then it works.
We're using Tomcat 8.5, OpenJdk 8, Spring 3.0.5
Comment