Bug ? different sendPage in javaflow flowscript ?

2005-06-13 Thread Lutz Thomas
Hi ! I just tried to migrate some of my flowscript to javaflow. My sitemap maps on action requests xy.do, calls flow, and delegates to a view pipeline xy.html. Using flowscript sendPage(xy.html) I get the original requestURI xy.do via map:parameter name=requestURI

Re: Bug ? different sendPage in javaflow flowscript ?

2005-06-13 Thread Geert Josten
Hi Tom, My sitemap maps on action requests xy.do, calls flow, and delegates to a view pipeline xy.html. Using flowscript sendPage(xy.html) I get the original requestURI xy.do via map:parameter name=requestURI value={request:requestURI} /. With javaflow I get xy.html, as it should be I