Tiger (annotations) + Facelets

2006-08-06 Thread Matthias Wessendorf
hi, anybody used Tiger w/ Facelets? I get (in Jetty6) javax.faces.el.PropertyNotFoundException: /index.xhtml @23,102 value="#{helloWorldBacking.name}": Target Unreachable, identifier 'helloWorldBacking' resolved to null at com.sun.facelets.el.LegacyValueBinding.isReadOnly(LegacyValueBin

Re: Tiger (annotations) + Facelets

2006-08-06 Thread Matthias Wessendorf
not only @Bean(...) also @Init public void myInit() { System.out.println(getClass()); _name = "FUNKY DJ!"; } is not working On 8/6/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: hi, anybody used Tiger w/ Facelets? I get (in Jetty6) javax.faces.el.PropertyNotFoundException: /ind