You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there is a bug in ColdFusion that prevents you from using a colon in custom metadata attributes in script components. So, to work around this, Taffy also allows you to use an underscore in its place:
component taffy_uri="/photos/tagged/sunset" {}
The exact same issue and resolution applies if any of your Resource Responder methods (for GET, POST, PUT, DELETE, etc) make use of Taffy's custom metadata. For example, if you want to name your method listPhotos and have it respond to the GET verb: