If I add a few values to a page <div ala an Ajax button - and the user hits refresh on the page, the new values I've added go away.
The user is completing a form - but hasn't formally submitted the form yet - so there is nothing stored in the database yet. The browser naturally re-renders the <textarea and <input values to the screen - but wipes out content to any <divs I might have dynamically added data to. What would be the wicket way to allow these "dynamic divs" to survive a page refresh? Maybe on the a 'wicket-example'? Thanks, -Luther
