diff --git a/admin_layer.fsh b/admin_layer.fsh index f3a63b125..14fe1f628 100644 --- a/admin_layer.fsh +++ b/admin_layer.fsh @@ -10,6 +10,11 @@ set ACCEPT_DEFAULTS true; scaffold setup; +@/* Enable RichFaces for wizzy widgets from entities */; + +richfaces setup; + + @/* Scaffold CRUD views for the entities that an admin would start drilling down into the data model from */; scaffold from-entity org.jboss.jdf.example.ticketmonster.model.*