Re: T4.1.6 Suggest

2009-11-20 Thread Norman Franke
Yep, that was it. Thanks. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Nov 19, 2009, at 9:45 PM, Andreas Andreou wrote: I think you also need to have @Body - and @Suggest also needs to be inside @Form There's an example of Suggest in the TimeTracker app... https://

Re: T4.1.6 Suggest

2009-11-19 Thread Andreas Andreou
I think you also need to have @Body - and @Suggest also needs to be inside @Form There's an example of Suggest in the TimeTracker app... https://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/LocaleSuggest.html https://svn.apache.org/repos/asf/tapestry/

T4.1.6 Suggest

2009-11-19 Thread Norman Franke
I'm wondering what I'm doing wrong here. I'm attempting to use the @Suggest component in a form, but it just won't work. No include scripts are generated, no JavaScript to define the control as an Ajax.Autocompleter, nothing. I have a @Shell component, of course. How do I get it to render p