tiles framework in use....there is a sidebar with a link to display the content page.on clicking the link,a welcome pg is displayed which has button.on clicking it a save page is diplayed with a number of fields to save on database.now,the problem:
if the user clicks the hyperlink on the sidebar(which always displays ther welcome page) before sumbitting the save button a javascript confirmation box appears("do u want to save?yes/no").if yes,then cursor comes back to the save page,else the welcome page is displayed.
constraint:This should happen only when content page is the save page
I hope u have understood the scenario.
My attempt:
attach onchange with each field which calls a javascript method,wherein i set some flag.In the
jsp of the sidebar,i check for this flg,if set then throw a confimbox else quitely move to the welcome page.
How to set the flag in the save page which is visisble to the sidebar jsp .......in some attribute value??