Rune,

On Mar 7, 1:50 pm, "Rune Pedersen" <[EMAIL PROTECTED]> wrote:
> The link doesn't show up on the page?
> Is the first way of hard coding links correct?

Did you import the tag library before calling the <skin> tag?

<cfimport taglib="/farcry/core/tags/webskin" prefix="skin" />

If you didn't, then CF will not parse the tag, and it will appear in
your HTML source (and thus disappear from the page).

To answer your question, the first method will never result in a
friendly URL:

<a href="#application.url.conjurer#?
objectid=#application.navid.info#">

In this case you are constructing the URL, and are including the
"unfriendly" part (the query string).

--
Ezra Parker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to