I am trying to import archives (not applications) in Adminui but 6.5 has a bug in previewArchive.jsp. When I click the preview button I get this error:
/previewArchive.jsp (JBWEB004251: An error occurred at line: 56 column: 99) JBWEB004197: Attribute value invalid for tag if according to TLD
This is the line being referenced:
<td><input type="checkbox" name="importComponents" value='<s:property value="name"/>' <s:if test="action" value="0">checked="true"</s:if>/></td>
That is clearly a syntax error, not a data error as there are no data items here. I opened a ticket with Adobe but cannot convince the support person that it is a bug.