-
-
Notifications
You must be signed in to change notification settings - Fork 162
cvc-complex-type.3.2.2: Attribute 'textAdjust' is not allowed to appear in element 'textField'. #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same problem, did you manage to solve it? |
I believe the problem is that PHPJasper 3.3.1 uses JasperStarter 3.51 which uses an old version of the JasperReports library. I have pull request #311 to upgrade JasperStarter to version 3.6.2 which uses JasperReports library 6.18. You can try it out using my fork and setting the version to the dev branch of the PR. See my comment in issue #299 for suggested changes in your |
My version is 3.7.0 and the error happens, I tried to use your version 3.6.2 and it still persists |
It seems the PHP code is still using an old version of jasperstarter. Please execute jasperstarter from the command line with the -V option from your PHP project root folder: ./vendor/geekcom/phpjasper/bin/jasperstarter/bin/jasperstarter -V It should print out JasperStarter 3.6.2 and JasperReports 6.18.1. |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Yea! really was in the old version. Congratulations and thank you |
I want make textField when its content overflow its wraped

If I preview in JasperStudio it's running OK
But when it's execute via PhpJasper its fail.
Describe the bug
lineNumber: 169; columnNumber: 42; cvc-complex-type.3.2.2: Attribute 'textAdjust' is not allowed to appear in element 'textField'.
jrxml at line 169
Env
The text was updated successfully, but these errors were encountered: