Mark R. Diggory wrote:

To extend the subject of refactoring. I want to be able to access Configuration objects from EL references in JSP 2.0.

${sessionScope.config.foo.bar}

Is this at all possible right now? Currently, to do this in EL, config and foo need to either be Collections or Beans with getFoo and getBar methods...

Would that work if the Configuration interface extends Map ?

Emmanuel Bourg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to