1 Attachment(s)
no Save Cancel buttons in JSF create dialog
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:
Attachment 5466
Any ideas?