2008-03-29から1日間の記事一覧

Pagination

次のようなドメインクラスを作ります。 class DomainA { static constraints = { text(blank:false) } String text } このクラスは、text という属性を持っているだけの Domain クラスです。 次に、View と Controller を作ります。 これは、実験用のアプリ…