When accessing a JSP page the following exception is thrown:
Exception creating bean of class org.apache.struts.validator.DynaValidatorForm
Other actions that use this class too are working fine.
Unfortunately we don't know at what problem this exception does hint. Do you have any idea?
Turned out it was a class loader problem. The same application was deployed two times.
We could have seen it in the log files all along.