hi everybody,
I am developing a webapplication using tapestry 5 and I try to implement
twitter single sign on (SSO with OAuth).
I already implemented that process in a former project with a .jsp. The
.jsp redirected to twitter, and twitter had the .jsp as callback, soo
the .jsp handled also the received parameters from twitter. so in the
.jsp it wasn´t a problem since the java code gets executed everytime the
page (.jsp) is called.
my question is, how can I provide this behaviour in tapestry? how is it
possible that a fragment of java code of a tapestry page is executed
everytime the pages gets called?
@SetupRender does that, but needs "void" or "boolean" as return type,
since I can not navigate to an other page from there. also onActivate()
isnt a solution, since it is invoked only once at page initialization
and NOT when a callback from external returns.
I hope someone can give me some hints!
big THANKS in advance,
best regards,
Manuel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org