iccsi wrote:
... but following code fails for html standard components like
<input type="text"> or textarea.
<CFINPUT type="text" name="Mytext" id="idMyText" value="#mySP.MyValue#" />
Strictly speaking, the code doesn't fail. It simply stores the string "#mySP.MyValue#" as the value of form.Mytext.