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 .

Reply via email to