Yilmaz KOCAK wrote:
Hallo Mr. Sammut.

Thank you for your example but it doesnt work.

I get a crayz image-file like:

/images/%20<q4:contentobjectget%20objectid=

Something is wrong, but I dont know what.

The reason it didn't work is that <q4:contentobjectget> is a custom tag. that needs a imported library.


When you call custom tags in this format (new to CFMX) you must have an IMPORT statement at the top of your page importing the custom tag library.

For example, in this instance you would need:
  <cfimport taglib="/farcry/fourq/tags" prefix="q4">

But Toms method is just as good if not better.

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to