History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14696
Type: New Feature New Feature
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Taras Tielkes
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

spring + jsf: JSF 1.2 ELResolver support

Created: 01 Sep 07 22:55   Updated: 04 Sep 07 12:26
Component/s: J2EE.Spring, J2EE.JSF

Build: 7,255


 Description  « Hide
IDEADEV-19020 added support for exposing beans through DelegatingVariableResolver (a JSF 1.0 VariableResolver).

Spring 2.1 also includes WebApplicationContextFacesELResolver, based on the new JSF 1.2 javax.el.ELResolver API.

The benefit of the new implementation is that spring beans are no longer dumped in the root of the EL namespace. When using WebApplicationContextFacesELResolver, only a root object named "webApplicationContext" is exposed, which in turn allows access to bean using the syntax "webApplicationContext.myBean".

Note that the new JSP 2.1/JSF 1.2 ELResolver API is quite a bit more flexible than the older VariableResolver API. I'm not sure if supporting this is easy with current CustomJsfVariableResolverProvider extension point.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.