I am exploring the use of forms/elements to build tables/grids. This is in conjunction with the new Zend_Paginator (see svn). The idea is to add elements to a form that are rendered as columns in a table/grid.
Perhaps there are more elegant solutions using existing decorators but I am looking how to fire a CallBack on any form element. I use the syntax as is described in the docs. However, my callback function is never fired.
Does anyone have an example code snippet to show how you are using CallBacks?
Thank you
