Ignore:
Timestamp:
May 10, 2010, 7:42:51 PM (14 years ago)
Author:
tobias
Message:

additional clients can be added to the configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/BeanUtil.java

    r868 r871  
    191191                ArrayList<String> properties = PropertyBundle.getTypeAttributes("director."+key);
    192192               
    193                 System.err.println(properties.size());
    194193                ViewItem vi;
    195194                for (String s : properties){
     
    200199                        vi.setRenderer(BeanUtil.getRenderer(key, s));
    201200                        vi.setKeyValue(BeanUtil.getFieldProperty(key, s, 3));
     201                        if (vi.getKeyValue().equals("0")){
     202                                vi.setKeyValue("");
     203                        }
    202204                        if (vi.getRequired()){
    203205                                newRes.add(vi);
Note: See TracChangeset for help on using the changeset viewer.