Probably something really basic that I'm missing here -- I'm hoping one of
you already knows the answer.  This is my first time trying
TextStreamResponse for an ajax action link.

The .tml has bits like this:
        <t:zone t:id="actionResults" />

        <t:grid ...>
            <t:parameter name="actionsCell"><a t:type="actionLink"
t:id="invite" context="${item.id}"
zone="actionResults">invite</a></t:parameter>
        </t:grid>

And the .java has this:
    public StreamResponse onActionFromInvite( EventContext context ) {
        return new TextStreamResponse("text/html","Action taken.");
    }

And I'm getting:
Client exception processing response: TypeError: reply is null

Anything leap out as obviously wrong, or am I going to have to diagnose
further?

  - Geoffrey
-- 
Geoffrey Wiseman
http://www.geoffreywiseman.ca/

Reply via email to