Checkout what Howard wrote below. That's basically it.
Though we'd like the framework to facilitate the redirect work (right
now it's like going against the framework).
--
Ing. Leonardo Quijano Vincenzi
Director Técnico
DTQ Software
Joseph Hannon escribió:
It appears that returning an ILink is working for you. I would like to do
whatever you have done so I can return an ILink. Please see list subject
'RedirectException issues' for more information about an exception I am
getting attempting to return an ILink. How did you get your stuff working?
What specific version of Tapestry are you using? Does anything need to be
setup in Hivemind to enable returning ILinks.
Thanks,
Joseph
On 9/5/05, Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> wrote:
I was looking the other day some article about Redirect-After-Post in
Tapestry. But I don't think it was updated to Tapestry 4.
I guess *this* is the way to do that, or are the any special
considerations?
--
Ing. Leonardo Quijano Vincenzi
Director Técnico
DTQ Software
Howard Lewis Ship escribió:
Which can be shortened to:
@InjectObject("engine-service:page")
public abstract IEngineService getPageService();
public ILink redirect(IPage page)
{
IRequestCycle cycle = getRequestCycle();
return getPageService().getLink(cycle, false, getPageName());
}
On 9/5/05, Pete <[EMAIL PROTECTED]> wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]