I'm about to add the annotations stuff to my petstore app (which uses
facelets) so I will let you know what I find shortly.

Sean

On 8/6/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
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: /index.xhtml @23,102
> value="#{helloWorldBacking.name}": Target Unreachable, identifier
> 'helloWorldBacking' resolved to null
>         at 
com.sun.facelets.el.LegacyValueBinding.isReadOnly(LegacyValueBinding.java:84)
>
> thx
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


--
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to