Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1173

Allow plain html markup inside <t:datalist>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • 1.1.5
    • None
    • Data List
    • None

    Description

      Currently, a <t:datalist> only allows JSF components in its body. This makes it very difficult to
      render a <table> like:

      <t:datalist>
      <tr>
      <td><h:outputText.../></td>
      <td><h:outputText.../></td>
      <td><h:outputText.../></td>
      </tr>
      </t:datalist>

      For a <table> one could use the datatable, but one may not want to have such a heavy weight
      component or may need to output a <dl>.

      Attachments

        Activity

          People

            Unassigned Unassigned
            freemant Kent Tong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: