Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
The ajax tests found in this test app...
http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataExporter
...are failing. The h:inputTexts are being updated after the request, but the ajax listeners aren't being fired, and no 'expected message' is being shown on the page.
http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataExporter
...are failing. The h:inputTexts are being updated after the request, but the ajax listeners aren't being fired, and no 'expected message' is being shown on the page.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Committed fix at revision 34115. The problem was an extended 'event' parameter that was introduced in February 2012, as part of
ICE-7501. This parameter went undetected or didn't affect the request until more recent changes to the client-side ajax framework. It was overriding the original 'event' parameter that contains the name of the ajax behavior, which is necessary for the server to identify the behavior that triggered the request and to fire its associated listeners in the server.