Re: Have root URL render some page other than the "index" page

2018-01-11 Thread Pratik Patel
dd(SymbolConstants.START_PAGE_NAME, "foo"); >} > > > On Thu, Jan 11, 2018 at 11:27 PM, Pratik Patel > wrote: > > > I am using tapestry version 5.3.8. > > >

Re: Have root URL render some page other than the "index" page

2018-01-11 Thread Pratik Patel
I am using tapestry version 5.3.8.

Have root URL render some page other than the "index" page

2018-01-11 Thread Pratik Patel
Hi All, Is it possible to override the behavior of tapestry so that root URL renders some page "foo" instead of "index"? If some URL is not found then tapestry renders index page. I want to override this behavior so that instead of "index" page, it renders page "foo". How can I achieve this? Tha

Conflict between Angular and prototype.js in a tapestry app

2018-01-05 Thread Pratik Patel
Hello all, I have a tapestry application to which I want to add some distribution generated from an Angular app. So far, I am able to use Angular distribution in a .tml page and the page is rendered fine. Now, I want to add an existing tapestry component (a layout) to this new page. The problem i

Re: Tapestry5 : URL Re-writing : Pass parameters to transformPageRenderLink method

2015-05-20 Thread Pratik Patel [C]
I could fixing my issue the other way thanks to Lance Java. It can be found here. http://stackoverflow.com/questions/30259617/tapestry5-url-re-writing-pass-parameters-to-transformpagerenderlink-method/30263687#30263687 - To uns

Tapestry5 : URL Re-writing : Pass parameters to transformPageRenderLink method

2015-05-15 Thread Pratik Patel [C]
This is the same question on stackoverflow. http://stackoverflow.com/questions/30259617/tapestry5-url-re-writing-pass-parameters-to-transformpagerenderlink-method I am upgrading tapestry from 5.2.4 to 5.3.8 and am stuck at re-implementing the URL re-writing part. In my application a user acco

Re: Tapestry Grid with inPlace zone update fails with single quote in data for grid

2015-05-07 Thread Pratik Patel [C]
This is the same question on stackOverflow. It is easier to read there. http://stackoverflow.com/questions/30100088/tapestry-grid-with-inplace-zone-update-fails-with-single-quote-in-data-for-grid - To unsubscribe, e-mail: users

Tapestry Grid with inPlace zone update fails with single quote in data for grid

2015-05-07 Thread Pratik Patel [C]
I have following grid in a component. source="results" row="result" rowIndex="rowIndex" rowsPerPage="50" pagerPosition="top" model="model"> InPlace=true renders grid inside a zone and then each new page request simply updates that zone. But in following case, zone update does not take place.