Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    conflict between DynamicForm.setTitleSuffix and FormItem.setRequired( true )

    Hi,

    I don't want to use the default title suffix of DynamicForm.

    But when FormItem.setRequred(true) is called, that FormItem's title suffix
    is restored to colon(:) even though I changed it by calling
    DynamicForm.setTitleSuffix( newSuffix ).

    Seems like a bug and I can't wait the next release of SmartGWT.
    Any workaround ?

    Veritas

    #2
    Not a bug, there's also a setRequiredTitleSuffix("") on DynamicForm.

    Comment


      #3
      Levi,

      Thank you for your help.

      Veritas

      Comment

      Working...
      X