Warning: The partial trigger was found with the deprecated syntax
akgautamOct 24 2012 — edited Oct 25 2012Hi,
I am trying to use a partialTrigger in my jsff page and I am getting this warning in the log.
[2012-10-24T00:25:55.591-07:00] [WC_Spaces] [WARNING] [] [org.apache.myfaces.trinidadinternal.context.RequestContextImpl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: monty] [ecid: 32104c43f2353724:-be60402:13a91752992:-8000-0000000000000226,0] [APP: webcenter#11.1.1.4.0] [DSID: 0000JeH^Ok9DWbGpIwP5if1GXse9000004] *Could not find partial trigger addmem:addUsers from RichRegion[UIXFacesBeanImpl, id=tabmem] with the supported partialTriggers syntax*. The partial trigger was found with the deprecated syntax. Please use the supported syntax.
There is no functional issue but we need to cleanup the log and wants to get rid of this warning message.
following is the jsff code fragment where this trigger is used-
<f:facet name="second">
<af:region id="tabmem"
value="#{bindings.tableOfMembers.regionModel}"
partialTriggers="addmem:addUsers addmem:inviteUsers
addmem:addGroups"/>
</f:facet>
Any thoughts why this warning is coming ?
Is there any different syntax for partialTrigger ?
Thanks,
Ajay
Edited by: akgautam on Oct 24, 2012 5:00 AM