The simple test app is created in STS 3.2.0M2:
Code:
project --topLevelPackage org.foo.foo --projectName foo --java 6 --packaging JAR
jpa setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE
entity jpa --class org.foo.foo.domain.Person
field string --fieldName Login --notNull --sizeMin 8 --sizeMax 32
web jsf setup --theme BLACK_TIE
web jsf all --package ~.jsf
When I try to add new record, dialog opens, but w/o save and cancel buttons:
Screenshot from 2013-01-30 15:10:28.jpg
Any ideas?