Hello,
we have seen a problem where an onAction method that was assigned to an uneditable text area was fired twice. We changed the field to a text field and everything was fine.
When I tried to create a small sample demonstrating this, I could not reproduce the problem (while I can always reproduce it on my original form). But my sample test showed that onAction on a text area does not receive
application.getMethodTriggerElementName()
My onAction test method simply does
application.output('on action fired from ' + application.getMethodTriggerElementName())
And I get
on action fired from test_text_field
on action fired from
the second output comes from the text area named “test_text_area”.
Could someone please have a look at onAction when attached to text areas?
Thanks
Patrick