Ticket #340 (closed enhancement: fixed)
Bind URL and event.linkto(), SES
| Reported by: | mineer | Owned by: | cfgrok |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1 Maintenance Beta |
| Version: | 3.1.185 | Severity: | normal |
| Keywords: | SES bind url event.linkto() | Cc: |
Description
It is not possible to create a bind URL insing event.linkto() for compatiblity with SES.
Example:
<CFDIV id="juris" bind="url:#event.linkto('page.areainfo')#&areaid={areaid}" />
This works, but not if you have SES enabled.
In an attempt to make this compatible with SES I tried the following:
<CFSET event.setValue('areaid',{areaid}) /> <CFDIV id="juris" bind="url:#event.linkto('page.areainfo','areaid')"/>
However, this did not work.
There needs to be a way to create an SES compatible BIND URL.
Doug Hughes made the suggestion that we could "We could add a function like event.bindUrl() to create a bind url."
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)