Hi,
We are using subform and is having problem with t:commandLink working with
subform.
Sample src:
<h:form id="caiaLicenceForm">
....
<s:subForm id="subFormId">
<h:inputText value="#{bean.value}" />
<t:commandButton value="Submit subForm"/>
</s:subForm>
<t:commandlink action="#{backingBean.doSomething}">
</h:form>
Error we got:
javascript error: caiaLicenceForm:_idcl is null or not an object
where "caiaLicenceForm" is my main form id.
We are using tomahawk 1.1.3 with Myfaces 1.1.3.
We are at late stage of project testing and can't afford to switch
to a newer version and test again. And there is no official newer
release of tomahawk anyway.
Does anyone know of a simple fix we can use? We don't mind taking
the 1.1.3= source and modifying to get it work. At least that
would be a more isolated fix than trying to use 1.1.4 or 1.1.5.
We found h:commandLInk to be able to work, but we need t:commandLInk
for its actionFor attribute too! So can't use h:commandLink.
Any pointers/help much appreciated, thanks!
ph