Goal
This callback is only fired if the Goal's action as defined by {@link Action#performAction} was fired.
9293949596979899100101102
*/ public void doTag( final XMLOutput output ) throws JellyTagException { getGoal( getName() ).addPostActionCallback( new PostActionCallback() { public void firePostAction( Goal goal ) throws Exception { // lets run the body
979899100101102103104105106107