5 Replies Latest reply on Jan 19, 2010 3:13 PM by alexanderbell

    JSF2.0 ELResolver - Reflection with Javassist-Proxy

      Hi,


      I've written my own ELResolver for JSF20
      That ELResolver should set the bean-property via Reflection without getter/setter methods.
      If I use JSF together with CDI (I use @Named insteadof @ManagedBean and so on) I get a Javassist-Proxy-Object inside my ELResolver-Methods. Afterwards I want to set the value with javax.reflect.Field.set(...).


      The set of the property works without any exceptions but if I enter the action (in my JSF Bean) the property isn't set.


      If I use the standard JSF annotations everything works fine.


      Any ideas?


      Alex