Hello,
I have a problem with PPR in IE6.
I use a <tr:selectBooleanCheckbox> with autosubmit="true" and a
<tr:panelGroupLayout> with a partialTrigger to the Checkbox.
When I select the Checkbox the PanelGroupLayout should show up and when
I unselect the Checkbox PanelGroupLayout should hide.
In Firefox everything works fine... even if I click many times very fast
on the Checkbox...
but if I do this in IE6 the Checkbox and the PanelGroupLayout get out of
sync. So sometimes the Checkbox is selected but the PanelGroupLayout is
not visible or the other way round.
The Page looks like this:
<tr:selectBooleanCheckbox id="test" label="test"
value="#{TestBean.testVisible}" rendered="true" autoSubmit="true" />
<tr:panelGroupLayout partialTriggers="test">
<tr:outputLabel value="Test" rendered="#{TestBean.testVisible}" />
</tr:panelGroupLayout>
Does anybody know how to solve this?
I use Trinidad 1.2.7
Regards,
Dirk Dittmar
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorized
copying, disclosure or distribution of the material in this e-mail is strictly
forbidden.