Re: Tiger (annotations) + Facelets

2006-08-10 Thread Sean Schofield
Matthias, I checked in my stuff to the shale-goodies project. There's a managed bean annotation in there that works fine with facelets. Maybe it will help. I'm off on vacation next week but if you're still having trouble when I get back I can take a look at your code. Sean On 8/8/06,

Re: Tiger (annotations) + Facelets

2006-08-10 Thread Matthias Wessendorf
great! have a great vaction too. I disabled shale tiger, b/c I need to move forward (bussy schedule;)) Was no showstopper for me I'll give yours a try, Thx Matthais On 8/10/06, Sean Schofield [EMAIL PROTECTED] wrote: Matthias, I checked in my stuff to the shale-goodies project. There's

Re: Tiger (annotations) + Facelets

2006-08-08 Thread Sean Schofield
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

Re: Tiger (annotations) + Facelets

2006-08-08 Thread Matthias Wessendorf
thx, but I still get this error. I hope I've time to look deeper into it. -Matt snip javax.faces.el.PropertyNotFoundException: /index.xhtml @23,102 value=#{helloWorldBacking.name}: Target Unreachable, identifier 'helloWorldBacking' resolved to null at

Re: Tiger (annotations) + Facelets

2006-08-07 Thread Sean Schofield
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 =

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