I'm using a LinkTree and to each node a panel is referenced.
Both is embedded in a form component.
The panels have textfields.
When using a submit button or a SubmitLink the input of the
textfields is valid and then also validation is valid.

But:
My intension is also to validate the form each time the node is changed. So
I'm using
the method form.validate() directly.
But the textfields have all null input!
--> validation error also when there is a value inside textfield.

Why the (raw)input is not recognized  (the textfield model is ok) ?
what I'm doing wrong. How can I solve this problem?

thank you for hints!

Ralph

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Validating-in-form-returns-always-error-but-textfield-has-a-value-tp3912361p3912361.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to