Doubly nested EL variables?
问题 I'm using Spring MVC for my controller, and JSPs are my presentation layer. Inside my Spring controller, I have: model.put("issues", dataManager.getIssues()); model.put("functions", dataManager.getFunctions()); So now inside my JSP, I have access to ${requestScope['issues']} ${requestScope['functions']} That's all well and good. But in order for my code to be extensible, I would like to store the variable name issues and functions inside the database, which will then be accessible through a