I have a variable X which includes an entire CFinput statement, X= "<cfinput type='text' name='HCODE' value='IP'>"
I would like to be able to evaluate X and output it correctly. I tried the evaluate command but I get this:
An error has occurred while processing the expression:
<CFINPUT type='text' name='HCode' value='IP'>
Invalid token found on line 1 at position 1. ColdFusion was looking at the following text:
<C
Invalid expression element. The usual cause of this error is a misspelling in the expression text.
as you can see, nothing is mispelled.
If I do not use evalute, it is not evaluated and shows up
in the view-source as a CFinput tag instead of a input tag.
Thanks
-Chris
I would like to be able to evaluate X and output it correctly. I tried the evaluate command but I get this:
An error has occurred while processing the expression:
<CFINPUT type='text' name='HCode' value='IP'>
Invalid token found on line 1 at position 1. ColdFusion was looking at the following text:
<C
Invalid expression element. The usual cause of this error is a misspelling in the expression text.
as you can see, nothing is mispelled.
If I do not use evalute, it is not evaluated and shows up
in the view-source as a CFinput tag instead of a input tag.
Thanks
-Chris