On Fri, 21 Dec 2012 09:18:47 -0200, lebenski <ben.titma...@hotmail.co.uk> wrote:

This is exactly what I was looking for!  Thank you.

:D

Although I still notice a strange issue. In all cases except one the following works:

 componentEventLinkEncoder.decodePageRenderRequest(request) != null

Except on the request made by the autocomplete mixin
(http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/Autocomplete.html)
that I am using.  The path for the autocomplete request is:
/editcube.card:autocomplete but
componentEventLinkEncoder.decodePageRenderRequest(request) returns
PageRenderRequestParameters[CubeBlog].

That's weird and unexpected.

CubeBlog is the name of my START_PAGE_NAME as defined in AppModule.

That may be the explanation.

As a result I've been using
componentEventLinkEncoder.decodeComponentEventRequest(request) == null

This works fine for everything,

Nice! :)

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to