useWindow="true"

outcome returns something like dialog:edit

 <navigation-rule>
   <from-view-id>/all.xhtml</from-view-id>
   <navigation-case>
     <from-outcome>dialog:edit</from-outcome>
     <to-view-id>/edit1.xhtml</to-view-id>
   </navigation-case>
 </navigation-rule>

-Matthias

On 1/12/07, Sabina Albu <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to open a new window using:


<tr:commandLink action="#{backingBean.performOpenWindow}"
target="_blank" text="Open new window" useWindow="false"
windowWidth="800" windowHeight="500"></tr:commandLink>

in my backing bean:
public String performOpenWindow(){
 ...
 return "summaryView";
}

In my navigate.xml
<navigation-case>
            <from-outcome>summaryView</from-outcome>
            <to-view-id>/pages/SummaryView.xhtml</to-view-id>
            <redirect/>
</navigation-case>

Can someone point me to the right direction here.

regards,
Sabina



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to