java - Spring MVC - how to pass model attribute to multiple JSP's -
this might basic question, i'm struggling find solve issue. so, question is, how pass single model attribute multiple jsp's. possible? basically, have web application dinamicaly creates menu upon login. that's why need pass 1 attribute multiple jsp's. or better, can solved passing attribute tag?
jsps processed , can access httpservletrequest
attributes. need objects in there. so, add objects model
. spring transfer them model
httpservletrequest
, have access them in jsp processed during request.
Comments
Post a Comment