Author: julien(a)jboss.com
Date: 2007-06-26 15:15:17 -0400 (Tue, 26 Jun 2007)
New Revision: 7563
Modified:
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertiesBean.java
Log:
fix issue in the oprtal control properties configurator that was not showing the right
select items
Modified:
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertiesBean.java
===================================================================
---
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertiesBean.java 2007-06-26
19:11:26 UTC (rev 7562)
+++
trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertiesBean.java 2007-06-26
19:15:17 UTC (rev 7563)
@@ -57,7 +57,7 @@
{
portalSelectItems = new ArrayList();
portalSelectItems.add(new SelectItem(ControlConstants.IGNORE_CONTROL_VALUE,
"display the default error message."));
- portalSelectItems.add(new SelectItem(ControlConstants.HIDE_CONTROL_VALUE,
"remove the resource from page."));
+ portalSelectItems.add(new SelectItem(ControlConstants.JSP_CONTROL_VALUE,
"redirect to the specified resource."));
}
return portalSelectItems;
}
Show replies by date