I wanted to ask you all if there is a possibility to dynamically get the element ID in which JSF code exists.
What I mean by that is fx.:
<p id="paragraph1" class="textToEdit">#{paragraphBean.getParagraphTextById("paragraph1")}</p>
In this line of code instead of me writing "paragraph1" in the JSF code I want it to be pulled from the <p>
ID element.
Thanks in advance for all of your responses..