boolean condition = getCondition(cycle, form, name);
// call listener
IActionListener listener = getListener();
if (listener != null)
listener.actionTriggered(this, cycle);
// render the component body only if the condition is true
if (condition) {
String element = getElement();