bug 69641 might be related to your issue
We are in the process of upgrading from TS 6.1 to TS 6.7. Some of our templates use interrelated drop down selections which are made visible through javascript dynamically.This functionality is working fine in TS 6.1. When we ported these templates to 6.7, we observed that the dropdown lists that are made visible on certain user actions are not getting displayed. The action (OnChange event in most cases) makes a callserver call to get the data to populate the controls to be displayed. Ve verified that the callserver calls go through fine and appropriate data is fetched to the client browser and the controll is populating. The setvisible method however fails. The DCTs are spread over 2 pages, if you move to the next page and then come back, the controlls being made visible are now visibleI wonder if anyone else has seen this behavior. And I appreciate any inputs in this regard.Thanks much in advance,-IL
If you click the "Collapse All Items" link, then click "Expand All Items" link at the top of the DCT do the fields act as expected?Some backgound into the issue we are experiencing...We are seeing some confusing behavior with the FormAPI OnReplicantAdded event and the setVisible method. The basic scenario is that we have a radio button item that hides and unhides another item. This code works fine with the onItemChange change event, but when used with OnReplicantAdded the value never becomes unhidden when a new replicant is added. However, when "Collapse All Items" is clicked then "Expand All Items" is clicked, the hidden item that didn't show up before, shows up when expected. We are currently using this as a workaround. This is bug 69641.