Return to an html id on a response page

2014-10-17 Thread Nigel P. Weymont
Can somebody point me in the right direction with the following? I have the following scenario: I have a link from Page A to Page B. On page B a search is performed and the results are presented in a DataView. The user clicks on a row to select the result and is returned to Page A. I would

Re: Return to an html id on a response page

2014-10-17 Thread Sven Meier
Hi, you should not keep references from one page to other pages, use a PageReference instead. See the following for some ideas on how to scroll to an anchor: http://stackoverflow.com/questions/14436899/how-to-add-anchor-in-wickets-setresponsepage Regards Sven On 10/17/2014 07:57 PM, Nigel

Re: Return to an html id on a response page

2014-10-17 Thread Nigel W
Thank you Sven, I will take a look at these, Nigel On Fri, Oct 17, 2014 at 4:27 PM, Sven Meier s...@meiers.net wrote: Hi, you should not keep references from one page to other pages, use a PageReference instead. See the following for some ideas on how to scroll to an anchor: