Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, 2.0.1
-
Fix Version/s: EE-2.0.0.GA, 2.0.2
-
Component/s: Bridge, Framework, ICE-Components
-
Labels:None
-
Environment:all
Description
<h:commandButton ...>
<f:ajax disabled="true">
</h:commandButton>
works as long as no input field has had the focus or no ajax-enabled button is clicked.
See the attached example:
'h:commandButton without Ajax' works in the beginning but not anymore after a click in one of the input fields or '...with Ajax' buttons.
This happens with the nightly builds from March 29th as well as the one from March 22th
<f:ajax disabled="true">
</h:commandButton>
works as long as no input field has had the focus or no ajax-enabled button is clicked.
See the attached example:
'h:commandButton without Ajax' works in the beginning but not anymore after a click in one of the input fields or '...with Ajax' buttons.
This happens with the nightly builds from March 29th as well as the one from March 22th
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Example app to demonstrate the issue
Show
Stefan Niederhauser
added a comment - Example app to demonstrate the issue
Test case for <f:ajax> and <ui:include> problem here:
http://java.net/jira/browse/JAVASERVERFACES-2041
This problem is unique to ui:include.