156157158159160161162163164
try { T field = fieldType.newInstance(); field.setImmediate(true); return field; } catch (Exception e) { throw new BindException("Could not create a field of type " + fieldType, e); } }
140141142143144145146147148
114115116117118119120121122