What's wrong with this?
Works fine locally. Out on the server, boom....

<cftextarea
   type="text"
   name="question"
   id="areaINPUT"
   validateat="onSubmit"
   validate="regular_expression"
   pattern="^[^&lt;&gt;`~/@\}$%:;)(_^{&amp;*=|+]+$"
   message="Please enter your question. HTML code is not allowed."
   pattern="^[^&lt;&gt;`~/@\}$%:;)(_^{&amp;*=|+]+$"
   required="yes">

</cftextarea>

Error:  The CFML compiler encountered an unexpected 
java.lang.NullPointerException exception.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to