I solved this by using

hook(A) ->
   .....
  {phased, streamer:out(A),
       fun(_Ewc, Data, _Phasedvars) ->
             Data
       end};

instead of

   {phased, {ewc, A},
        fun(_Ewc, Data, _PhasedVars) ->
             {ewc, html_container, index, [A, {data, Data}]}
        end}


However, this leaves me with the problem of how to tell apart which 
calls are going to need to be called by which of the above methods 
without a whole lot of hard coding. thoughts?

Jeff.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to