Re: Migrating 1.4->1.5. Need no page version parameters

2012-01-05 Thread Machera li
protected void init() { super.init(); this.getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.RenderStrategy.ONE_PASS_RENDER); } 2012/1/5 Chris Colman > We are porting from 1.4 -> 1.5 and for SEO purposes we don't want the > page version parameter to appear in the UR

Migrating 1.4->1.5. Need no page version parameters

2012-01-05 Thread Chris Colman
We are porting from 1.4 -> 1.5 and for SEO purposes we don't want the page version parameter to appear in the URL. What's the best way to turn this off in 1.5 so that the 1.5 version of the app will operate in the same way as the existing 1.4 version of the app - i.e. without page versions appear