Re: Getting Previous Page (Help)

2009-01-11 Thread carloc
Is This A Possible Approach logger.debug(getPageMapEntry().getNumericId() + ""); logger.debug(getCurrentVersionNumber() + ""); sxiForm.add(new Link("backButton") { @Override public void onClick() {

Getting Previous Page (Help)

2009-01-11 Thread carloc
Hi, We have this application and each page has a wizard like functionality in which you filll up this page first, and then go to the next page. Each page I have has about 50k used in memory according to the RequestLogger. The current solution I have right now to go to previous page is to pass t