Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Any Browser with IceFaces 2.0.2 running on Jetty 6.1.25
-
Workaround Exists:Yes
-
Workaround Description:blockUIOnSubmit=false
Description
I have a page with about 50 commandButtons on it and blockUIOnSubmit=true. If I open the page, usually I could click one button and then the whole page is blocked, no more clicks are sent to the server. Invoking a Refresh of the page solves this problem and all buttons are properly working again.
With blockUIOnSubmit=false, this behaviour isn't reproducable.
With blockUIOnSubmit=false, this behaviour isn't reproducable.
Activity
Markus Guenther
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |
Finally, the problem was:
There is a page with some dialogs. Unfortuntately, there wasn't a <messages> tag on the page so I didn't saw that there are pending validation error messages.
Those messages were shown for fields which are located in <panelPopup> dialogs. So in my understanding, the validation shouldn't happen for such dialogs if they are not open. I had to do a <rendered..> attribute around the <panelPopup> to get rid of the messages when the dialog isn't shown. This might be another problem of course which doesn't match this issue.