Please do not send the same post to both user and dev list separately. There is no benefit IMO to doing that.
On 4/23/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > My customer want two or more instance of the same dialogs on different > windows. The problem is that the windows are created by the same browser > (window.open) and with IE (for example) this windows condivide the same > HttpSession. > > Is there a way to do it with Shale Dialog Manager? > <snip/> Probably more than one. For instance, one scenario could be setting up remoting [1] such that every time you hit a particular URL, a method binding processor starts an instance of a dialog programmatically [2], configured to taste etc. You could do window.open and friends. The application-level question is how the managed beans that back the dialogs will react to multiple instances. Based on their design and scope, you could have dialog instances walking on each others toes. -Rahul [1] http://shale.apache.org/shale-remoting/ [2] http://shale.apache.org/shale-dialog/ > > > Thank in advance > > Mario > >