I am trying to click a command button like this:
client.submit("commandlinkButtonID");
and that coze the exception org.jboss.jsfunit.facade.FormNotFoundException
Note : that command button is in a sub view which doesn't contain a form
the form is in the view which contains the sub view.