Hi, I have a Multi-Entity web application. Every application have theirs colors.... Is a Struts application (1.3) and JSP no Tiles. When any user want to access, have a param indicate what entity, example:
..URL?Entity=1 ...URL?Entity=2 ...... And when a User is login, this param is in session. My problem is that the user's session expired, and the user want to acces to web application, the application indicate to user that have no session, this is ok, but the problem is the colors of error page is not correct. Why? Because to rendering JSP in struts, get the param session that indicate what entity and get the CSS file to this Entity....(own TagLib). What Can i do? Thanks and sorry by my English