function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RustyboyRustyboy 

Visualforce Component as Modal Dialog Multiple Woes

I have had multiple problems trying to implement a modal dialog. I almost have it working but have spent hours trying to fix simple problems:
  • Buttons not firing action in component controller
  • Help tooltips - Display behind the modal window
  • Date Picker - displays behind the modal window
  • Action support with rerender - does not appear to work
  • Building page details on second/third display stuck with first display
Components seem a very clean way of implementing modal dialogs, but I think I will revert to including pages in my page, which I am told is far inferior to using components.

Any help on the above problems greatly appreciated.

Thanks