4142434445464748
} @Override public int doStartTag() throws PageException { if(showerror!=null) throw new AbortException(showerror); throw new railo.runtime.exp.Abort(type); }
60616263646566
return new Abort(Abort.SCOPE_REQUEST); } @Override public PageException createAbortException(String showError) { return new AbortException(showError); }