AngryPenguin
11-06-2006, 02:17 PM
Hi all, I'm having a bit of trouble with a form that I'm trying to make using Dreamweaver. It's a really simply one but I just can't get it to work. I've managed to create the page that sends the form ok but when it calls the action page it comes up with this error:
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members.
Can anyone help me with this because it may as well be Greek for all I know. I've posted my short code below:
<CFMAIL TO= "email@andyjessop.co.uk"
FROM= "#comments.email#"
SUBJECT= "Comments about website">
Thank you for sending in your comments.
</CFMAIL>
Thanks very much if you can help me.
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members.
Can anyone help me with this because it may as well be Greek for all I know. I've posted my short code below:
<CFMAIL TO= "email@andyjessop.co.uk"
FROM= "#comments.email#"
SUBJECT= "Comments about website">
Thank you for sending in your comments.
</CFMAIL>
Thanks very much if you can help me.