Hi there,

I play with the immediate="true" function.

<x:commandLink id="skuDetails" action="" immediate="true" >
  <x:updateActionListener property="#{WVSForm.a_SelectedSeqNbr}" value="#{sku.a_Seqnbr}" />
  <x:updateActionListener property="#{WVSForm.a_SelectedSkuNbr}" value="#{sku.a_Skunbr}" />
</x:commandLink>

The problem is the updateActionListener doesen't execute when immediate = true. but of course it does when immediate = false.

Is this as designed?  It would be nice if the updateActionListener would execute, so I could pass by the validator ins this case....

Chris

Reply via email to