Goal
This callback will only be fired if the Goal's own action, as defined by {@link Action#performAction} isslated to be fired.
9293949596979899100101102
*/ public void doTag( final XMLOutput output ) throws JellyTagException { getGoal( getName() ).addPreActionCallback( new PreActionCallback() { public void firePreAction( Goal goal ) throws Exception { // lets run the body
9899100101102103104105106107108