Struts persistent List

107 Views Asked by At

When someone access a web-site and logs on I load a list of descriptors from a database that is different to every user.

I want that list to be available during a navigation session. My question arise on how to pass the list to that page from struts to JSP and make it available every time the user access a certain page so on request.

I thought of using request sessions and set the list there, is that a good practice? should I what other possibilities are available in Struts 1.1 and JSTL ?

0

There are 0 best solutions below