Hi Pete,
same result :(
------------------------------------------------------------------------
Exception in onRequest
The action action_url.login failed.
Unable to find a view for 'action_url.login' action.
'auth/views/action_url/login.cfm' does not exist. (FW1.viewNotFound)
-------------------------------------------------------------------------
-Jermy
On Oct 19, 9:13 pm, Pete Freitag <
pfrei...@gmail.com> wrote:
> Hi Jermy,
>
> Keep in mind that ColdFusion runs server side and JavaScript runs client
> side, buildURL is a ColdFusion function, so you can't call it from
> javascript. An easy solution might just be to do this in your JS:
>
> <cfoutput> action_URL = '#JSStringFormat(buildURL("login.authenticate"))#
> ';</cfoutput>
>
> --
> Pete Freitaghttp://
foundeo.com/- ColdFusion Consulting & Productshttp://
petefreitag.com/- My Bloghttp://hackmycf.com- Is your ColdFusion Server Secure?
> > FW/1 on Google Groups:
http://groups.google.com/group/framework-one- Hide quoted text -
>
> - Show quoted text -