I'm sorry Rahul for same post and also because I don't understand your response. How can I have two active dialogs at same times? I understood that shale store current state I HttpSession (or Managed beans with scope session). Please send me some example....
Thanks Mario -----Original Message----- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 aprile 2008 22.06 To: [email protected] Subject: Re: More dialogs in same time 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 > > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
