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

Using "Any" component in XML generation should render an empty tag if there is no body

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.1
    • 4.1.1
    • Framework
    • None
    • JDK 1.5 Tomcat

    Description

      For certain types of XML generation (VoiceXML, for example) it is illegal to have a opening and closing tag for certain tag sets. When using the "Any" component to generate an XML tag that has no body, it generates a closing tag when what it should render is an empty tag.

      For example, if in VXML you have:
      <var jwcid="@Any" name="myVar" expr="someVal"/>

      The Any component generates:
      <var name="myVar" expr="someVal"></var>

      Which is ignored by most VoiceXML 2.0 compliant browsers. If the tag detected that there were no body present and did a writer.beginEmpty(), all would be well!

      Attachments

        Activity

          People

            Unassigned Unassigned
            cardsharp Kurtis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: