From e29819c4772c3fc8f59d840cfbf7e9668e04cf1a Mon Sep 17 00:00:00 2001 From: groditi Date: Thu, 8 Jan 2009 22:46:04 +0000 Subject: message and error message support. why has this been missing for so long? --- lib/ComponentUI/Controller/TestModel/Foo.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ComponentUI') diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm index 99f33c1..56839a2 100644 --- a/lib/ComponentUI/Controller/TestModel/Foo.pm +++ b/lib/ComponentUI/Controller/TestModel/Foo.pm @@ -23,6 +23,9 @@ __PACKAGE__->config( excluded_fields => [qw/id/], }, }, + delete => { + ViewPort => {message => 'Are you sure you want to delete this Foo?'} + }, }, ); -- cgit v1.2.3-54-g00ecf