I'm using JSF 2.0 and jsp as views instead of facelets. I have a registration form, which on success returns a registration number, which i want to display it as a popup. and also i want to display this num in each of my page when and where required.
How can I achieve this?