One of our severs is having a very strange problem. This: <cfloop condition="CountVar LTE 5">
is failing with a null pointer error. The same code works on other servers with the same patch level of CF and the same OS etc. A dump confirms that CountVar is 0 at the time of the error, so it's defined properly. Why on earth would a null pointer occur for a loop condition? Why only on one server? Platform: CF 7 Ent, Solaris on SPARC. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286120 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

