tomahawk tree problem

I am using the tomahawk tree. and I am using tiles. When I click the node,the page gets displayed, but When I see the url, I always see the last page url.How do I fix this ?thanks
[207 byte] By [vpalkondaa] at [2007-11-27 4:14:56]
# 1
Use the redirect tag when defining your navigation-cases:<navigation-case><from-outcome>NEW_PAGE</from-outcome><to-view-id>/new_page.jsp</to-view-id><redirect /></navigation-case>
alexandre_correaa at 2007-7-12 9:21:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thank you very much. It worked good, but with one problem, the tree gets collapsed after do the redirect . why is that. thanks
vpalkondaa at 2007-7-12 9:21:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Because a redirect is just a new 'blank' request.
BalusCa at 2007-7-12 9:21:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

But I don't want the tree to be collapsed. its a usability issue. The reason why I care of about the url is, In one of the page I put the refresh to every 30 sec.

So what is happening is when the user clicks the node, it will show that page, and since it has the refresh in that page, and the url shown is the last visited page, it jumps to that previous page. Which is what I am trying to solve..

thanks

vpalkondaa at 2007-7-12 9:21:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...