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 c

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 tha

Re: commandLink in table not launching dialog

2008-08-13 Thread Anthony Ryan
Hi Matthias, Yeah, I have other dialogs that pop up fine! So no pop-up blocker... And when I swap this window for those dialogs it pops up so there's nothing wrong with the destination pop-up (ie it works when called from those other places)! So it just doesn't work when I'm calling it from the

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 for instance works, right

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! ~~Rest of code here~~ It's a strange one, it looks like it should be working but it's not... The only non-"tr" element I am u

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!)! B