I haven't looked at the code, so I may be wrong, but most developers move popup elements (DIV tags) to the document.body so that they aren't affected by cropping from their parent elements (so they can be centered on the screen for example). The side effect is that the popup is no longer inside the form that it was originally under.
If this is the case then you may have to use a separate form. I would use a DOM inspector (like firebug in firefox) to see how the dialog is being shown. -Andrew On 8/24/07, Sorin Silaghi <[EMAIL PROTECTED]> wrote: > Hello, > > I have a ppr in a modal dialog... Basically what I want to do is to > update a list in the ppr with a commandLink... al inside the modal dialog of > course... the problem is the action from the commandLink isn't called... > everything else looks ok ... even the data for the list from the backing > bean is accessed and I can see the POST and reply in firebug... so > everything else works but the action... > > Is this a normal behavior, and if so how could I work around this. > > Thank You, > Sorin. >

