Re: How to pass page name with parameters in pagelink

2012-02-22 Thread karthi
Is there any other way to achieve this? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5505240.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread karthi
I hardcoded that start index & end index in my code and I just get the context value in a string and print in OnActivate method -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504883.html Sent from the Tape

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread Ditso
My best guess is that you forgot the endIndex. Either hardcode it in the code or make the page in a way you do not need the end index regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504872.html Sent from

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread karthi
his issue? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504843.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread Chris Mylonas
n I want to invoke a page like > http://localhost:8080/News/topnews?startIndex=3;endIndex=11 > > How can I achieve this? > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-t

Re: How to pass page name with parameters in pagelink

2012-02-22 Thread Dusko Jovanovski
> > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504751.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

How to pass page name with parameters in pagelink

2012-02-22 Thread karthi
?startIndex=3;endIndex=11 How can I achieve this? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-pass-page-name-with-parameters-in-pagelink-tp5504751p5504751.html Sent from the Tapestry - User mailing list archive at Nabble.com