Facelets and Tiger annotations work fine for me. I'm not using the
view controller stuff yet (@Init) but @Bean and @Property work fine
for me.  As soon as I finish refactoring for the new package names I
will check into shale-goodies.

Sean

On 8/7/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
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