> [2] - following on from [1], if I then call set response status(404) in the > syntax error handler, it doesn't behave the same as if I called it in a > regular page. i.e. it doesn't seem to invoke the 404 page, in fact an empty > response is served in my case
You're already in a custom error handler. Once you use a custom error handler you can't invoke built in error handling. Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
