From 467aee00269033375220526b988d355e3efa9669 Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Thu, 26 Jan 2012 17:03:36 +0000 Subject: [PATCH] Add RichFaces --- admin_layer.fsh | 5 +++++ 1 file changed, 5 insertions(+) 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.*