8687888990919293949596
pc.getHttpServletRequest().setAttribute("argumentCollection", list); } // Execute pc.execute(cfc,true); // write back response writeBackResponse(pc,rsp); // After
115116117118119120121122123124125
Struct params=new StructImpl(); pc.variablesScope().setEL(FLASH,params); params.setEL(PARAMS,parameters); // Execute pc.execute(cfml,true); // write back response writeBackResponse(pc,rsp); // After
327328329330331332333334335336337
print.out("---"); print.out(req.getServletPath()); print.out(pc.getHttpServletRequest().getServletPath()); */ pc.execute(pc.getHttpServletRequest().getServletPath(),false); } catch (PageException pe) { throw new PageServletException(pe); } finally {