I'm trying to get SES friendly URL's working in MG3 and this is the
exception I'm getting:
Message: Element EVENTCONTEXT is undefined in ARGUMENTS.
Detail:
Extended Info:
Tag Context: C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\url
\SesUrlManager.cfc (92)
C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\EventContext.cfc
(511)
C:\inetpub\wwwroot\horizonproperties\views\buildings\list.cfm (32)
C:\inetpub\wwwroot\ModelGlue\gesture\view\ViewRenderer.cfm (31)
C:\inetpub\wwwroot\ModelGlue\gesture\view\ViewRenderer.cfc (72)
C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\EventContext.cfc
(626)
C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\EventContext.cfc
(276)
C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\phase\Invocation.cfc
(78)
C:\inetpub\wwwroot\ModelGlue\gesture\eventrequest\EventContext.cfc
(180)
C:\inetpub\wwwroot\ModelGlue\gesture\ModelGlue.cfc (223)
C:\inetpub\wwwroot\ModelGlue\gesture\ModelGlue.cfm (77)
C:\inetpub\wwwroot\ModelGlue\unity\ModelGlue.cfm (27)
C:\inetpub\wwwroot\horizonproperties\index.cfm (33)
My ColdSpring.xml file has:
<bean id="modelglue.urlManager"
class="ModelGlue.gesture.eventrequest.url.SesUrlManager">
<property name="modelGlue">
<ref bean="modelglue.ModelGlue" />
</property>
</bean>
And my href is:
<a href="#event.linkTo('buildings.view','buildingId')#">
>From the example I saw in the newest Fusion Authority and from what
I've seen here this should be all I need. Can anybody tell what I'm
doing wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---