https://bz.apache.org/bugzilla/show_bug.cgi?id=62992
Bug ID: 62992
Summary: Error on Method Call PropertyNotFoundException inside
component
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: EL
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
The error begins on TOMCAT 8.5.25. I cant update tomcat because ... selectevent
inside component not works. Outside component works normally.
PS. Error only on Linux Server. Windows Server works...
Look that request is trying to call a method without the correct signature.
<ui:component...
cc:interface
...
<cc:attribute name="actionSelect" required="true"
method-signature="void action(org.primefaces.event.SelectEvent)" />
...
cc:implementation
<p:dataTable...
<p:ajax event="rowSelect" listener="#{cc.attrs.actionSelect}" ...
</p:dataTable>
</ui:component>
07-Dec-2018 16:33:26.719 SEVERE [http-nio-8080-exec-6]
org.primefaces.application.exceptionhandler.PrimeExceptionHandler.logException
Property [selecionarTargetFornecedor] not found on type
[br.com.santaalice.gsa.web.controller.financeiro.pagar.RazaoFornecedorController]
javax.el.PropertyNotFoundException: Property [selecionarTargetFornecedor] not
found on type
[br.com.santaalice.gsa.web.controller.financeiro.pagar.RazaoFornecedorController]
at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:260)
at javax.el.BeanELResolver$BeanProperties.access$300(BeanELResolver.java:212)
at javax.el.BeanELResolver.property(BeanELResolver.java:347)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:92)
regards,
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]