static {
        _properties.put("id", new StringPropertyAccess() {
            public void setValue(Component cmp, String value) {
                ((AbstractTag) cmp).setId(value);
            }