On Fri, Apr 1, 2011 at 3:02 AM, nino martinez wael
<nino.martinez.w...@gmail.com> 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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to