Hello Thomas,
 
I ran into the same problem earlier.
I creates an issue for this in JIRA 
(https://issues.apache.org/jira/browse/MYFACES-1526)
Pending it's resolution I change my application, so that it doesn't need the 
popups any more.
 
With kind regards,
    Marco

________________________________

From: Thomas Chang [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 30 januari 2007 16:08
To: MyFaces Discussion
Subject: Problem by opening a page in new browser


Hi all,

The following is my code. What I wan tto do is: If I click the link, it will 
open a page in a new browser. It does. But my problem is: after I close the new 
opened browser, the first page dosen't work. It seems it is waitting for 
somewhat.

What's wrong?

Thanks

Thomas



myFirstPage.xHtml
********************
...
<t:commandLink id="newBrowser" value="Open New Browser" action="openNewBrowser" 
target="_blank" immediate="true">
</t:commandLink>
...

faces-config.xml
*****************
...
<navigation-rule>
  <description>Open a new browser to show the result of 
Eingabedatenerfassen</description>
  <navigation-case>
    <from-outcome>openNewBrowser</from-outcome>
    <to-view-id>/newPage.xhtml</to-view-id>
  </navigation-case>
</navigation-rule>
...



________________________________

Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr 
bietet das neue Yahoo! Mail 
<http://de.rd.yahoo.com/evt=40589/*http://de.docs.yahoo.com/ymail/landing.html> 
.

------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu - direct contact information for affiliates is 
available at http://www.merck.com/contact/contacts.html) that may be 
confidential, proprietary copyrighted and/or legally privileged. It is 
intended solely for the use of the individual or entity named on this 
message. If you are not the intended recipient, and have received this 
message in error, please notify us immediately by reply e-mail and then 
delete it from your system.

------------------------------------------------------------------------------

Reply via email to