@Test
public void testFindForward() throws Exception
{
HttpServletRequest request = createStrictMock(HttpServletRequest.class);
request.setAttribute(InfrastructureKeys.PAGE_BEAN, new SimplePage());
replay(request);
SimpleControllerAction action = new SimpleControllerAction();
ActionWithNavigate bean = new ActionWithNavigate();