Author: scabanovich
Date: 2010-09-28 09:56:26 -0400 (Tue, 28 Sep 2010)
New Revision: 25267
Modified:
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java
Log:
JBIDE-6256
https://jira.jboss.org/browse/JBIDE-6256
Modified:
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java 2010-09-28
13:52:34 UTC (rev 25266)
+++
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java 2010-09-28
13:56:26 UTC (rev 25267)
@@ -45,9 +45,8 @@
void initTemplateList(XModelObject addView) {
try {
- StrutsUtils templates = new StrutsUtils();
XAttributeConstraintAList l =
(XAttributeConstraintAList)addView.getModelEntity().getAttribute("Page
Template").getConstraint();
- l.setValues(templates.getPageTemplateList());
+ l.setValues(new String[0]); //TODO compute !
} catch (Exception e) {
StrutsUIPlugin.getPluginLog().logError(e);
}