Posts by Cristiano • 21 points
3 posts
-
1
votes2
answers1460
viewsQ: Message from "required" Primefaces
I have the following scenario : <h:form id="formValor"> <p:growl id="growlMessage" showDetail="true" autoUpdate="true" showSummary="false" /> <p:tabView id="tabViewVinculo"…
-
0
votes1
answer352
viewsA: Eclipse Error #{Component.Valid} "Valid cannot be resolved as a Member of Component"
The problem is with older versions of Eclipse as in my case. there are 2 solutions that solved. the first is to exchange #{Component.Valid} for #{Uicomponent.Valid} . Second solution :…
-
1
votes1
answer352
viewsQ: Eclipse Error #{Component.Valid} "Valid cannot be resolved as a Member of Component"
Eclipse of Warning in #{Component.Valid} in Sryleclass, With Obs that imputText is inside a Composite Component. <div class="labelledInput"> <p:inputText id="txtPesqLot" ...…