Thanks Kalle, were using 5.4-beta24
On Wed, Mar 25, 2015 at 1:09 PM, Kalle Korhonen
wrote:
> Sorry, I forgot to reply to your earlier post. Fundamentally, the issue is
> caused by tapestry-security operating as part of the httpservletrequest
> pipeline, before the active page is already set up.
Sorry, I forgot to reply to your earlier post. Fundamentally, the issue is
caused by tapestry-security operating as part of the httpservletrequest
pipeline, before the active page is already set up. The library is
internally setting up request globals etc. where needed but you may be
pushing around
Could you post some code? It's difficult to know what is going on without
being able to see the code.
On Wed, Mar 25, 2015 at 11:56 AM, Poggenpohl, Daniel <
daniel.poggenp...@isst.fraunhofer.de> wrote:
> Hello again,
>
> I have since reduced the bug to putting a DialogAjaxLink directly into a
> t
Hello again,
I have since reduced the bug to putting a DialogAjaxLink directly into a tab,
switching tabs and going back to the tab containing the DialogAjaxLink. The
same Zone error is thrown.
Still don't know why it happens...
Regards,
Daniel P.
-Ursprüngliche Nachricht-
Von: Poggen
So I've been able to finally reproduce this bug. I have an ajax form and
I'm using tapestry-security. When my session times out and an form action
is clicked, I get the "The active page name has not been specified"
exception. I found the code throwing the exception, I'm just not sure why
this is ha
Hello for the third time,
I'm beginning to warm up with Firebug...
When I click on the DialogAjaxLink to open the dialog and it doesn't work, the
console outputs:
"cannot call methods on tapestryZone prior to initialization; attempted to call
method 'update'"
Any ideas?
Daniel P.
-Ursprü
Hello again,
I've activated event logging in the page and components contained within.
When I change from the tab containing the DialogAjaxLinks to another tab, these
events are fired...
[DEBUG] main.page Dispatch event: ComponentEvent[activate from (self)]
[DEBUG] main.page Dispatch event: Com