Hello,
yes. It is a bug: X-Application inserts or replaces attributes as ‘disabled’, ‘selected’ or ‘checked’ and sets their value with “true”, e.g.
<select name="foo">
<option selected="true">...</option>
...
</select>
</pre><BR><BR>The correct form for this example according to the dtd of XHTML 1.0 (<A HREF="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" TARGET=_blank>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</A>) is<BR><BR><pre class="ip-ubbcode-code-pre">
<select name="foo">
<option selected="selected">...</option>
...
</select>
Also for the other attributes mentioned before the value “true” is not correct. We fixed this bug for the next version.
If a fix for X-Application 3.1.3 is required, please send a post to the community.
Thanks,
Christian.
#API-Management#Tamino#webMethods