Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResetInputPhaseListener does not ignore render ids which starts with an '@' #11

Open
cchet opened this issue Sep 24, 2014 · 0 comments
Open
Assignees

Comments

@cchet
Copy link

cchet commented Sep 24, 2014

Should the class ResetInputPhaseListener not ignore render ids which start with an '@' ?
Such as:
@ALL
@Form
@none
...

In my opinion no component can be found with such an id.
I faced this issue with

<p:ajax event="dragdrop" listener="#{handlingUnitWebBean.handleDragDrop}" update="@none"
global="false" />

where it seems that the phase listener tries to resolve a component with render id @none.
I always get the following warning:

[24.09.14 12:14:13:202 CEST] 000000cf SystemOut O 953481 WARN [WebContainer : 17] com.clevercure.web.core.application.listener.ResetInputPhaseListener - Could not find component with id '@none' in view '/Core/Colli/handling_unit.xhtml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants