You might be able to find one if you intentionally throw a compile-time
error and examine the stack trace that the error message contains.  It
should include a list of all the methods used to do the compilation.  If you
can find the right one, you might be able to do it without writing a file.
Obvioulsy would be unsupported, but it could work.

banreyb
  -----Original Message-----
  From: Tyler Silcox [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 25, 2003 4:34 PM
  To: CF-Talk
  Subject: RE: Dynamic CF processing...


  I've been looking for some sort of dynamic processing also, and was hoping
  CFMX would have some sort of underlying Java methods to handle this.  Pass
  it a string, and CF could parser it as usual.  But so far, no luck (and
I've
  asked everywhere I can think of.)  I'm thinking that it isn't possible
  because of the fact that everything CF does is compiled to a class, and
  therefore it'd be almost impossible to get server processing on a class of
a
  class(?).  If anyone can back this up, or provide any insight I'd
appreciate
  it.

  I also started down the road of a creating a simple cf parser: basically #
  sign evaluation, _expression_ evaluators etc. But then I realized I've got a
  whole list of other lost causes to chase down...maybe next year ;-)

  Tyler


    _____

  From: Matt Robertson [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 25, 2003 5:43 PM
  To: CF-Talk
  Subject: Re: Dynamic CF processing...


  You can use cffile to do this as well as cfsavecontent.  A tag called
  cf_execute has been around for ages that does this.

  Barney's idea sounds like a pretty good one to get you out of a boatload
of
  file writes.



  --
  -------------------------------------------
  Matt Robertson,     [EMAIL PROTECTED]
  MSB Designs, Inc. http://mysecretbase.com
  -------------------------------------------

  --
    _____



[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to