Hello Sebastian,
if you are using a value binding for the rendered attribute this should
work again.(For the current snapshot and the upcoming 1.0.10 release :-)
But you don't need to add a hidden button with a popup to the page. You
can place the popup on the page where you want (without a button) and
use the PopUpReferenceTag. Maybe you should place the popup before the
sheet?
Regards
Bernd
sieppl wrote:
Hi!
I have read about the new way (and I think simple one) to open Popups from
buttons, links etc. without using Actions or ActionListeners. Furtermore I
have understood the purpose of the PopUpReferenceTag and how to use it. But
I have still problems to write a clean code for opening popups from sheet
columns.
1. Rendered attribute does not work anymore due to latest changes.
2. Putting a button or a link into the column and use a facet for the popup
does not work from inside the sheet row. The same code works fine when the
button is placed anywhere outside the sheet column.
3. Placing a hidden button with popup anywere on the form and call it via a
reference tag is very dirty.
Could anyone give me a hint or a piece of clean and working code? We need
that popups all over our pages. :)
Regards
Sebastian
PS: Keep up the good work on Tobago!