Re: Redirecting to a Page with context

2015-01-26 Thread akshay
Hi Thiago, Thanks for your response. I already solved the issue using PageRenderLinkSource. Regards Akshay On Mon, Jan 26, 2015 at 1:26 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 24 Jan 2015 13:10:10 -0200, akshay > wrote: > > Hi, >> > > Hi! > > Can anyone pleas

Re: Redirecting to a Page with context

2015-01-26 Thread Thiago H de Paula Figueiredo
On Sat, 24 Jan 2015 13:10:10 -0200, akshay wrote: Hi, Hi! Can anyone please suggest me a way of redirecting/rendering a page with context from my current page. I'm sorry, I'm not following you. Redirecting and rendering a page are completely different actions with completely different

Re: Redirecting to a Page with context

2015-01-24 Thread Geoff Callender
This will probably help: T5.4: http://jumpstart.doublenegative.com.au/jumpstart7/examples/navigation/returntypes1 T5.3: http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/returntypes1 Cheers, Geoff On 25 Jan 2015, at 4:43 am, Chris Poulsen wrote: > return t

Re: Redirecting to a Page with context

2015-01-24 Thread Chris Poulsen
return the link from the handler and tapestry will redirect/render it On Sat, Jan 24, 2015 at 5:05 PM, akshay wrote: > Hi Chris, > > Well I have already tried using PageRenderLinkSource for getting the > link"project/details/10871". > Once I get the link I transfrom it to absolute URI and then

Re: Redirecting to a Page with context

2015-01-24 Thread akshay
Hi Chris, Well I have already tried using PageRenderLinkSource for getting the link"project/details/10871". Once I get the link I transfrom it to absolute URI and then java.net.URL to render the specific page( which is not tapestry way). The PageRenderLinkSource gives you the link, but we need

Re: Redirecting to a Page with context

2015-01-24 Thread Chris Poulsen
PageRenderLinkSource or @InjectPage / set fields / return page / rely on onPassivate On Sat, Jan 24, 2015 at 4:10 PM, akshay wrote: > Hi, > > Can anyone please suggest me a way of redirecting/rendering a page with > context from my current page. > > This what I have been doing:- > > @Inject >