Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Warning: The partial trigger was found with the deprecated syntax

akgautamOct 24 2012 — edited Oct 25 2012
Hi,

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
This post has been answered by Subramanian Meyyappan on Oct 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2012
Added on Oct 24 2012
2 comments
1,096 views