Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2013

BeanEditor does not support informal parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.7
    • 5.0.8
    • Core Components
    • None

    Description

      BeanEditor does not support informal parameters like BeanEditForm does.

      For example the following text area inside the BeanEditor is ignored and the default TextField is used instead. In a BeanEditForm this same <t:paramater..> element would work correctly.

      <form t:type="form" t:id="form">
      <t:errors />
      <span t:type="beaneditor" t:object="component" reorder="id,name,description" >
      <t:parameter name="description">
      <t:label for="description"/>
      <t:textarea t:id="description" cols="80" rows="5" value="mybean.description"/>
      </t:parameter>
      </span>
      </form>

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            mark.horn@agilesrc.com Mark Horn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: