Here's a strange bug that I'm hoping someone can help me with. I've got some regular expression validation happening inside cfselect statements. They work fine on our development server, but they don't run at all on the live server and the bad data is sent right through to the database. Any thoughts as to why that would happen? Here's an example:
<cfinput name="EPE#counter#" type="Text" value="#qdRTP.epe#" range="0,999999999" validate="regular_expression" pattern="^\d\d*$" message="Please enter a positive integer in EPE row #counter#" passthrough="class=semr" onBlur="fundCalc(#counter#)" style="width:64px"> I've also noticed in the past that regular validations like required="yes" message="You must select a community to search this data." work on our development server but not the live server. Weird.... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4204 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
