Re: xar:set with dynamicdata in xarpage template
"Jason" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
"Ryan Walker" <[email protected]> wrote in message news:mailman.102.1172253460.5440.xaraya_user-gn8pmO+6nsymdvSpIQae8A@public.gmane.org > Any reason I can't do something like this in a xarpage... > > <xar:set name="the_body">$current_page.dd.body</xar:set> > > I'm getting an exception and in the URL it says something about 'dd' is an > undefined constant. Have you tried this format: <xar:set name="the_body">#$current_page.dd.body#</xar:set> The '#' invokes the BL expression interpreter that should be able to make sense of the expression. -- JJ