Hi,
What is the purpose of the second Add Object menu (with a free text
input instead of dropdown selection of available classes) on virtual
wikis, as defined in editobject.vm:106 by this code?
#if($xwiki.isVirtual())
<form id="objectadd2" method="post"
action="$doc.getURL("objectadd")"
onsubmit="cancelCancelEdit()">
<p style="text-align: center">
<input type="hidden" name="xredirect"
value="$xwiki.getFormEncoded($redirect)" />
<input type="text" name="classname" size="20" />
<input type="submit"
value="$msg.get("addobjectfromclass")" />
</p>
</form>
#end
Regards,
Robin