You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/15 12:57:51 UTC

svn commit: r923188 - /myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml

Author: lofwyr
Date: Mon Mar 15 11:57:51 2010
New Revision: 923188

URL: http://svn.apache.org/viewvc?rev=923188&view=rev
Log:
fix popup extension

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml?rev=923188&r1=923187&r2=923188&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/faces-config.xml Mon Mar 15 11:57:51 2010
@@ -388,7 +388,7 @@
     </navigation-case>
     <navigation-case>
       <from-outcome>reference/popup</from-outcome>
-      <to-view-id>/reference/popup.jsp</to-view-id>
+      <to-view-id>/reference/popup.xhtml</to-view-id>
     </navigation-case>
     <navigation-case>
       <from-outcome>reference/progress</from-outcome>