In a facelets (xhtml) source code of primefaces, I want to extract all <p:inputText>
tags. After that, I want to get the label
attribute. How could he accomplish this? Remembering that the components have different filled-in values, and I can put other primefaces tags as outputlabel
or div
.