123124125126127128129130131132133
catch ( CyclicGoalChainException e ) { throw new JellyTagException( e ); } Action action; action = getAction(); if ( action == null ) {
124125126127128129130131132133134