I need to experiment and make sure parameters can still be passed in exactly the same ways as before.
One other BUG? I have come across when playing with csp:include. suppose you create an include page that is parameter driven, and the default is "0" - if you don't pass it in, then use the value "0" then you call the page repeatedly, don't bother putting a parameter on the first couple of includes (because the default is "0" ) then call the page with ?PARAM=1 then revert back to calling the include (without parameter being stated) from now on, the default is "1" and no longer "0" - the compiler keeps it in memory from the last include call. I have now started ( forcing ) to include page with ALL parameters declared whether there is a default or not and that reminds me, I must log that one. one last thing, I had about 150 pages to change because the .INC no longer works, (and that in my eyes is a bug) - if ISC change the way it works, then declare it in the release notes ! ! ! All of my includes contained NOTHING but javascript, so there was no interpretation to be don, but it still did NOT display the contents. kev
