* the total number of results, ...
* @throws DotDataException
* @throws DotSecurityException
*/
public Map<String, Object> searchFormWidget(String formStructureInode) throws DotDataException, DotSecurityException {
FormAJAXProxy fp = new FormAJAXProxy();
return fp.searchFormWidget(formStructureInode);
}