[thelist] COLD FUSION question...

Raymond Camden jedimaster at macromedia.com
Wed Jul 10 10:58:01 CDT 2002


Are you saying you want to take a string and save it as a variable? You
can do:

<cfsavecontent variable="myTable">
	<table>
	yada yada yada
	</table>
</cfsavecontent>

This will store the content into a variable called myTable.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Macromedia

Email    : jedimaster at macromedia.com
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org] On Behalf Of Matt Mozer
> Sent: Wednesday, July 10, 2002 11:52 AM
> To: thelist at lists.evolt.org
> Subject: [thelist] COLD FUSION question...
>
>
> I want to set a variable on a page that can be passed many
> times over the
> course of the page..now here is the rub:  I don't want to set
> the variable
> as a name, or a short sentence, I want to set it as a full
> table.  I want to
> build a table once, and set all the <TR>'s as separate
> variables so that I
> can build the table dynamically on the page several different
> times.  I have
> built the code to dynamically build the table, I just cannot
> figure out how
> to set a <TR><TD><img src.></tr></td> as a variable that I
> can pass.  Is
> there a way to set an <include> on the same page that you are
> passing the
> include?
>
> Is there a way in cold fusion to do that?  it seems like a
> simple request.
>
> I appreciate any feedback you guys can give me.
>
> Thanks!
>
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>





More information about the thelist mailing list