I think its the "-" in the variable (formfield) name. Looks like the 
form2urlattributes tag is choking on it, well actually CF is choking on it. 
I would try writing a condition which checks for this particular variable 
name and skips the chunk of code which is generating the error.

Does that make sense? Do you have access to edit the form2urlattributes tag?

Brook Davies
maracasmedia.com


At 02:04 PM 07/12/00 -0500, you wrote:
>Anyone ever use Atomz (www.atomz.com) search service with Fusebox?
>I've used it on previous CF sites and it has worked well, but this is
>the first time with Fusebox and I'm not entirely sure how to call it
>from inside my fuse?
>
>Basically you sign up and they give you some simple HTML to
>cut-n-paste into your site:
>
>
><form method="get" action="http://search.atomz.com/search/">
>  <input size=15 name="sp-q"><br>
>  <input type=submit value="Search">
>  <input type=hidden name="sp-a" value="00011-00003">
></form>
>
>But just dumping it into one of my fuses throws a CF error:
>======================================
>Error Diagnostic Information
>An error occurred while evaluating the expression:
>  refindnocase("[[:alpha:]]",left(trim(field),1)) and NOT ISDEFINED( 
> 'Caller.ATTRIBUTES.' & trim(field) )
>
>Error near line 83, column 56.
>--------------------------------------------------------------------------- 
>-----
>Parameter 1 of function IsDefined which is now "Caller.ATTRIBUTES.SP-Q" 
>must be a syntactically valid variable name
>The error occurred while processing an element with a general identifier 
>of (CFIF), occupying document position (83:3) to (83:112).
>
>======================================
>
>Any ideas?
>Jim
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to