OnAction on text fields

I am using Servoy Version R2 2.2b3-build 318.

OnAction on text fields fires only if there was a data change in the text field.

Please check. Thanks!!

yes this is right this is how it currently works.

This is not very good for me.

How can I fire an action when the user presses the enter button eventhough there is a change in the data in the text field or not.

In my solution I have a data entry form where I allow user to press enter button to navigate through fields.

How can I do the above now?

Thanks

jcompagner:
yes this is right this is how it currently works.

Hi,

I have the same problem with my solutions too.. In the previous version when I clicked enter on a field it fired the method irrespective of whether the data is changed or not

But now it does not do so.. I think Servoy won’t take out any features which was working before..

Regards,

Did you by any chance upgrade to a newer java version 1.4> 1.5

I just tested with java 1.4, and the method get’s triggered even though there wasn’t any datachange.

I suspect this is a change in standard java implementation
which we unfortunately can’t influence :(

it is a change that 1.5 made.
I worked around it and now it always triggers again in 1.5