Hi Martin,
On Sun, May 17, 2009 at 10:56 PM, Martin Makundi
<[email protected]> wrote:
> ... raw input? In my understanding it works by default.
>
Thanks for the hint. I got it to work by modifying my onBeforeRender to be:
@Override
protected void onBeforeRender() {
if (!field.hasRawInput()) {
field.setModel(getModel());
}
super.onBeforeRender();
}
Could you confirm that this is the right fix?
Ian.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]