Hello,
setNextEvent is not supporting SEO.
When you are using SEO one
would like to have all links like /something/somethingElse/
Surrent
setNextEvent supports only ?event=handler.event. I know that to make it work for
seo you need like 2 additional functions, but this is digging in the framework,
which i dont like.
Maybe you could think about additional framework built-in
funciton like setNextEventSEO ?
Regards
SEO stuff you can configure ColdCourse http://coldcourse.riaforge.org/
and also you can use cflocation to get your results.
ColdBox will have SEO stuff in coming release.
Thanks
Sana
> http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessag...
Hi Sana,
This is hard to dissect when SEO support is not yet available in the
framework. SetNextEvent is supposed to be the nasty long urls.
Until ColdBox
supports full SEO, I would suggest creating a SEO plugin. You can then use it to
do what you need.
Something like:
[code]
getPlugin("seo",true).setNextEvent("{pattern here}");
[/code]