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
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
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
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
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
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
>