model view controller - JSP (MVC DAO): return after action to the same page -


i need return same page after specific actions, such login / logout / switch language etc. navigation proceed due dao mvc: request go controller , controller launch appropriate action. actions requires many input request parameters.

my question: if need actions return me same page need save page-needed-params in hidden fields in page.jsp?

*i mean, right save parameters/attributes (that needed generate page.jsp) in hidden fields of page.jsp?

i hope i've understood question clearly. can use session store parameters/attributes can use them in every pages (in same session).


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -