I assume you are referring to the SimpleTablePage class and the onRender method? That method would be something *you* would implement. It is saying that onRender() is a "good" time (in the Page life cycle) to populate a Table with rows of data from your database. You could just hard-code some rows to by-pass database access.
On Mon, Mar 29, 2010 at 5:41 PM, Jiujing Gu <[email protected]> wrote: > Hello, > > I'm trying the advanced form in user guide 1.7. When I tried to compile > the java file, I got error message saying cannot find method > getCustomerService(). What should I do? > > Thanks, > Jiujing > >
