Aidan Whitehall wrote: > Mousing over each of the three clickable dates in the small calendar
pops up the correct "tooltips" description (the title of each event), yet they all link to the same event. If you refresh the page with F5, the day to which they link changes, but again, they all link to the same event (whichever it happens to be this time round).
Yes this is a bug. You will need to set a variable inside the loop for the appropriate objectid. Something like:
Line 90: <cfset eventObjectid = request.aInvocations[ruleLocation].stEvents[eventItem].objectid>
then the link:
<a href="#application.url.conjurer#?objectid=#eventObjectid#"
At the moment it looks like the objectid for the link is always the last event looped over.
This fix will be available as part of next release.
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
