commandButton's intrinsic event handling methods and action attribute are not
working in Windows Mobile 5
----------------------------------------------------------------------------------------------------------
Key: TRINIDAD-1387
URL: https://issues.apache.org/jira/browse/TRINIDAD-1387
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.10-core
Environment: Windows Mobile 5
Reporter: Mamallan Uthaman
Priority: Minor
Windows Mobile 5 (WM5) has limited JavaScript support, namely "this" keyword
is not supported. In the case of commandButton, Trinidad tries to scope the
intrinsic event handling functions using "this" keyword. Consequently,
intrinsic event handling functions and its dependent page submition are failing
for commandButton. There is no fix for this problem but only workaround would
be not to scope the event handling functions in WM5 platform thus the scope of
all the event handling functions would be global in WM5.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.