j
k
j a
j l
emf wrote:
I do this in the access rule. <dtml-if "condition"> <dtml-call "REQUEST.set('SiteRootBASE','some-value')"> </dtml-if>
I do this in the access rule.
<dtml-if "condition"> <dtml-call "REQUEST.set('SiteRootBASE','some-value')"> </dtml-if>
Shouldn't that access rule be a Python Script: if condition: REQUEST.set('SiteRootBASE','some-value') *grinz* Chris
Back to the thread
Back to the list