Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-755

cannot add prefix to a form field name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • None
    • {Unused} Core
    • None

    Description

      $doc.display("field", "edit", "prefix_")

      does not add the "prefix_" in the render.

      expected : <input size='30' id='prefix_XWiki.MyClass_0_field' value='' name='prefix_XWiki.MyClass_0_field' type='text'/>

      actual : <input size='30' id='XWiki.MyClass_0_field' value='' name='XWiki.MyClass_0_field' type='text'/>

      Attachments

        Issue Links

          Activity

            People

              jvdrean Jean-Vincent Drean
              thimel Arnaud Thimel
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: