Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-42

Databinding supports concatenation

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Databind
    • None

      https://sourceforge.net/tracker/?func=detail&aid=3002045&group_id=152762&atid=785194

      It is better if I can have
      label="@

      {person.firstName}

      '-' @

      {person.lastName}

      "

      Workaround exists:
      1. Use model to have fullName (@Transient)
      2. Use converter - but converter looks not support bean from spring, looks not support let imagine

      <window id="personForm" width="auto" height="auto"
      border="none" apply="${personForm}">
      label="@{person.firstName, converter='${personForm}'}"
      </window>

            Unassigned Unassigned
            asukachen asukachen
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: