* and handles all tag processing, body iteration, etc.
*/
@Override
public void doTag() throws JspException {
Utils.processPersistable(new Persistable() {
public TransactionResult runQuery(EntityManager em) {
JspWriter out=getJspContext().getOut();
try {