Argh! that should be line 227 not 127!

On 2/21/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> If the answer is YES, then record.project.xsl needs to change to
> generate the fieldlist in the load() call for any relationships that
> are defined. Changing line 127 from this:
>
> &lt;cfset variables.<xsl:value-of select="@alias"/>Record.load() /&gt;
>
> to this:
>
> &lt;cfset variables.<xsl:value-of
> select="@alias"/>Record.load('<xsl:for-each
> select="relate"><xsl:value-of select="@to" />,</xsl:for-each>') /&gt;
>
> has the desired behavior in this case but I've no idea what it would
> break in other cases. (and, yes, it's a fugly hack but I don't know
> enough XSL (yet) to come up with a more elegant solution)



-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/


Reply via email to