> Well, the principle is to have a declarative controller that identifies
> all of the event handlers so that's really why it isn't directly
> possible within the framework. However, you can of course have
> something like this:
> 
> index.cfm?event=dynamic&subevent=foobar
It's what I'm doing right now, but its very limited
> 
> and then have the event handler for event="dynamic" pass control to a
> listener that uses subevent= to determine what to do - and you could
> register dynamic handlers with that listener etc.
> 
> But why would you need to do this?
I'm constructing a web constructor. Imagine a layout with several pods
emplacement. I want to be able to construct a view where every
parameters(layout, pod position,pod filters ,...) can be dynamic and to
store them, maybe as an xml fragment like in the event-handler definition.
I can do this within database (I actually do it), but it's not as easily
exportable as an xml file. I use it to share some view through webservices.

> If you know about the events, you  can declare them in the XML file. If you
>don't know about the events,  what are they doing in your application?
 

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to