>Thanks ! > You're welcome
>I think i will use your second solution, because if I use >nav-alias to build FU, I must change the core of Farcry >(Fu.cfc ?) and, as you said, it is not recommandable. > >Let me resume : I create an FAQ type. Then I create a dmHTML >object for each section with a container who display FAQ >object by keyword (the section). And for each FAQ object, i >will have an url like >/go/objectid/C08AAC4C-CB39-9E4B-225887A1CB5EDFCA . Is it correct ? > Yep, that's what I was thinking. >A last question : do you know why when I use SES URLs, FarCry >add '?indexfile='fe/index.cfm' (root access) at the end of the >URL ? If i cut this part, link is also valid.. You can always add an optional indexfile parameter to the end of the URL with the FU servlet. That tells the servlet what script to redirect to after parsing the variables out of the URL. By default it is '/index.cfm'. I'm not sure why FarCry would be adding that to the URL for SES URLs. I've had a look at the java code in the servlet and I can't see anything that would add it there. Spike -------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org --- 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
