Re: Antwort: @InjectComponent not working for me

2006-03-20 Thread Alan Chandler
On Monday 20 March 2006 19:46, Alan Chandler wrote: > > I think my problem maybe to something up with eclipse not putting some > changes into the .deployables directory. Not got to the bottom of it yet, > but my directory seems strangely out of date, and I have been renaming some > files without e

Re: Antwort: @InjectComponent not working for me

2006-03-20 Thread Alan Chandler
On Monday 20 March 2006 07:13, Kristian Marinkovic wrote: > hi, > > just try: > > as java ognl is case sensitive No - that's deliberate. newUser is an object holding the details of my new user newuser is the field id. I think my problem maybe to something up with eclipse not putting some chang

Antwort: @InjectComponent not working for me

2006-03-19 Thread Kristian Marinkovic
hi, just try: as java ognl is case sensitive Alan Chandler <[EMAIL PROTECTED] ily.o

@InjectComponent not working for me

2006-03-19 Thread Alan Chandler
I think I must be doing something stupid, but I can't see what My home page has statements like this in it @InjectComponent("newuser") public abstract TextField getNewuserField(); And my templage has what I think is the new user component