Will this help?

[snip]

   @InjectObject("engine-service:page")
   public abstract IEngineService getPageService();

   public void redirect(IPage page)
   {
      IRequestCycle cycle = getRequestCycle();
      Object param = page.getPageName();
      ILink link = getPageService().getLink(cycle, false, param);

      throw new RedirectException(link.getURL());
   }

[snip]



On Mon, 05 Sep 2005 10:12:27 +0200, Mohammad Hassan Shamsi <[EMAIL PROTECTED]> wrote:

Jone.hwk wrote:

However,in tapetry4,in rendered page "actived" by "throw a PageRedirectException",you'll see all unicode characters("utf-8") coming into "????"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Hi .

Beacuse of Back and Froward, i neeed to use Redirect Page.
Please help me.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to