Results 1 to 2 of 2

Thread: no Save Cancel buttons in JSF create dialog

  1. #1
    Join Date
    Dec 2012
    Posts
    12

    Default 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:
    Screenshot from 2013-01-30 15:10:28.jpg
    Any ideas?

  2. #2
    Join Date
    Dec 2012
    Posts
    12

    Default

    Sorry, the problem related to my own code in xhtml, which was just before the buttons and contained a bug.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •