Do you implement hook_theme to describe test_field?
like
function test_theme() {
return array(
'test_field' => array(
'arguments' => array('element' => NULL),
),
);
}
Igor Rodinov
2010-10-16 15:19:32