By the way, the example is available for download from here: http://repo2.maven.org/maven2/org/wicketopia/wicketopia-example/0.9.1/wicketopia-example-0.9.1.war
It should work in any container (crossing fingers), but the classpath scanning might get messed up in some more strict environments. On Fri, Apr 1, 2011 at 7:01 AM, James Carman <[email protected]> wrote: > On Fri, Apr 1, 2011 at 3:02 AM, nino martinez wael > <[email protected]> wrote: >> very nice with the scaffold component!! >> >> Any examples of it? > > The example application includes an example: > > https://wicketopia.svn.sourceforge.net/svnroot/wicketopia/trunk/example/src/main/java/org/wicketopia/example/web/page/HomePage.java > > I added the authentication stuff last night to show off the new Spring > Security module, but the only line in the constructor used to be: > > add(new Scaffold<Person>("scaffold", Person.class, persistenceProvider)); > > Take a look at the generated scaffold stuff. It looks a lot like > Grails. I spent an entire evening "borrowing" from them to see if I > could replicate the look and feel. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
