Re: commandLink in table not launching dialog

2008-08-13 Thread Matthias Wessendorf
On Wed, Aug 13, 2008 at 12:27 PM, Anthony Ryan [EMAIL PROTECTED] wrote: Hi all, I use a commandLink to delete a row in a table but we need to have a warning pop-up first. I have it made as a pop-up using the dialog: method but the pop-up window never displays (nothing happens!)! Below is

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
Hi Matthias, Thanks for replying! My table actually is in a tr:form already, that must have been some of the code I didn't include in my original message, sorry! f:view tr:document tr:form tr:panelPage ~~Rest of code here~~ /tr:panelPage /tr:form /tr:document /f:view It's a strange one, it

Re: commandLink in table not launching dialog

2008-08-13 Thread Matthias Wessendorf
On Wed, Aug 13, 2008 at 1:48 PM, Anthony Ryan [EMAIL PROTECTED] wrote: Hi Matthias, Thanks for replying! My table actually is in a tr:form already, that must have been some of the code I didn't include in my original message, sorry! and you said the dialog of tr:inputDate/ for instance

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
Hi all, I removed the partialSubmit=true from the commandLink and it seems to work fine now. Very strange. Anyway thanks to all who replied, hopefully I can return the favour at some point in the future. Regards, Tony Anthony Ryan wrote: Hi Matthias, Yeah, I have other dialogs that pop

Re: commandLink in table not launching dialog

2008-08-13 Thread Simon Kitching
Just wanted to mention that problems with unusual components nested inside tables are not really weird. Tables are very special components; they namespace each row and they use the flyweight pattern (where the same components are reused for each row). Because of this, it is not unusual for