Re: T 4.1.2 Autocompleter

2007-09-21 Thread Frank
Hi Marcus, Yes the getter is public. 2007/9/21, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > nope, is your getter public? > > > -Original Message- > > From: Frank [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 20, 2007 10:19 PM > >

RE: T 4.1.2 Autocompleter

2007-09-21 Thread Marcus.Schulte
nope, is your getter public? > -Original Message- > From: Frank [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 20, 2007 10:19 PM > To: Tapestry users > Subject: T 4.1.2 Autocompleter > > Hi, > > This is driving me crazy ;-) I just can't f

T 4.1.2 Autocompleter

2007-09-20 Thread Frank
Hi, This is driving me crazy ;-) I just can't figure out why I get a Unknown property 'id' when I use the DefaultAutocompleteModel. The objects in the List has the getId() and setId(int id) Any one got that "error" ?