hi all,
i have subforms within subview. However when using the actionFor in a
commandButton that is outside the subview it seems to ignore the validation
phase. The subforms work fine when the command button is within the subview.
see snippet below.
Is this a known issue?
Is there a way to reference the subform name within a subview. ie
subview.formname
<f:subview id="tab1" >
<jsp:include page="assetEntityDetail.jsp"/> <----- subform
entitySubForm in here
</f:subview>
<f:subview id="tab2" >
<jsp:include page="assetLocationDetail.jsp"/>
</f:subview>
<h:panelGroup>
.....
<t:commandButton id="save" immediate="false" action="#{assetForm.save}"
value="#{example_messages['button_save']}" disabled="#{assetForm.mode==1}"
actionFor="entitySubForm"/>
<f:verbatim> </f:verbatim>
any help appreciated
-lp
--
View this message in context:
http://www.nabble.com/subview-%2B-subform-aint-working-tf3191469.html#a8859787
Sent from the MyFaces - Users mailing list archive at Nabble.com.