.get(0)).get(0);
dd.add(new OnChangeAjaxBehavior() {
@Override
protected void onUpdate(AjaxRequestTarget target) {
DefaultValuePolicy currentPolicy = (DefaultValuePolicy) dd
.getConvertedInput();
ta.setVisible(DefaultValuePolicy.EXPRESSION.equals(currentPolicy));
target.addComponent(ta);
target.addComponent(table);
}