212213214215216217218219220221222
trainGetNestedComponent(page, "fred.barney", action); trainGetRequiresSession(action, true); cycle.rewindPage("action-id", action); rr.renderResponse(cycle); replayControls();
344345346347348349350351352353354
trainGetPage(cycle, "ComponentPage", componentPage); trainGetNestedComponent(componentPage, "fred.barney", action); cycle.rewindPage("action-id", action); rr.renderResponse(cycle); replayControls();