Turbine <[EMAIL PROTECTED]> wrote:
I want to build a Webmacro Service. So I build an init that takes a RunData
object. And let's say execute() would add the requested templates output to
the response stream.  Let's say a layout is using my WebmacroService to
process this type of request. So two requests come in and my service sees
the following:

layout called init(data1)
layout called init(data2)
layout called execute()

It seems very complicated to build the service so that it knows whether it
whould be using data1 or data2 to perform the execute().

I see your point and I don't have an answer. Again, it's not
my design.  I agree with Jon, we should look for another 
design that easier to understand/less confusing.

I going to see what I can come up with to address this. 

  
dave



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to