selector = forward;
ActionForwards collection = (ActionForwards)
pageContext.getAttribute(Action.FORWARDS_KEY,
PageContext.APPLICATION_SCOPE);
if (collection != null)
object = collection.findForward(forward);
} else if (mapping != null) {
selector = mapping;
ActionMappings collection = (ActionMappings)
pageContext.getAttribute(Action.MAPPINGS_KEY,
PageContext.APPLICATION_SCOPE);