[portal-commits] JBoss Portal SVN: r9076 - branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Nov 22 09:10:45 EST 2007


Author: emuckenhuber
Date: 2007-11-22 09:10:45 -0500 (Thu, 22 Nov 2007)
New Revision: 9076

Modified:
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml
Log:
fixed the portlet name in the wizard

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml	2007-11-22 13:27:44 UTC (rev 9075)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml	2007-11-22 14:10:45 UTC (rev 9076)
@@ -11,7 +11,7 @@
          <table>
             <tr>
                <td><b>Portlet:</b></td>
-               <td>#{newWindowWizard.selectedPortlet.name.defaultString}</td>
+               <td>#{newWindowWizard.selectedPortlet.name}</td>
             </tr>
             <tr>
                <td><b>Portal:</b></td>




More information about the portal-commits mailing list