Skip to main content
December 14, 2008
Question

cf argument error

  • December 14, 2008
  • 2 replies
  • 371 views
I am trying to adapt the database add/update/delete from Ben Forta's book on Chapter 14 for my own project. The error I am getting is 'Attribute validation error for the CFARGUMENT tag. The value of the NAME attribute is invalid.' What does this mean? Could it be that I called one of my fields in the database 'name'?
This topic has been closed for replies.

2 replies

December 14, 2008
Problem sorted!! Thanks Adam
Inspiring
December 14, 2008
> The error I am getting is 'Attribute validation
> error for the CFARGUMENT tag. The value of the NAME attribute is invalid.' What
> does this mean?

Read what the error message is telling you. What is it telling you?

--
Adam
December 14, 2008
Part of the problem with this is that I do not understand much of the language used as I have only just started out