Hi,
I am trying to integrate my wicket application to use jquery
validator plugin, and specifying the rules in a js file.
The js file will need to identify the input by the name of the input.
It worked fine in plain html markup, but when I ran it in wicket I
was unable to validate. Apparently wicket modifies the name of the
input.
I believe they had to do this such that they can properly serialize/
deserialize between the input and the wicket TextField/etc, but I
wanted to be sure. Is this how wicket handle the serialization/
deserialization of the bound input values with the wicket objects? Or
can I ask wicket not to change the name?
Thanks
Kent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]