You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Gunnar Eketrapp <gu...@gmail.com> on 2009/11/02 18:35:33 UTC

onAction method called twice ...

Hi!

I have an actionlink method ...

Object onActionFromFoo(long userid)

... that returns the class of another page (E.g. Home.class)

For some reason after returning the class the same action method get's
called again.

First after this second call to the action method the Home page gets called.

Should i be like this or any clue anyone why this may happen.

Thanks in advance!
/Gunnar Eketrapp