Hello, Currently I am working on a dynamic form component ( which extends Form class). The idea is to build Form control on the basis of beans's fields ( that have getter/setter methods) declared as a model. So I added my own annotation and the dynamic form works fine,
The problem is when i try to copy form values to the bean object - it raises strange exception, because object has required methods: [Click] [debug] Error incurred invoking CarOption.id with null error: * ognl.MethodFailedException*: Method "setId" failed for object pl.mypackage.model.CarOption@523df [java.lang.IllegalAccessException: Method [public void pl.mypackage.model.CarOption.setId(java.lang.Long)] cannot be accessed.] Then I tried to get the sources from repository... and the bug disappeared ( due to the exchange of ognl to mvel ?? ) and the version of click was changed. My problem was solved itself, so what is my question? :) Is it official 2.3.1 release or not yet? Best regards, Tomasz
