Is it possible to pass “props” in JSF custom components?
I recently landed on a project still using JavaServer Faces for the FE side, with XHTML pages.
There’s a lot of duplicated code, and studying this technology I found out that is possible to create custom components and reuse it (as JSF is meant to be), but I can’t find any tutorial or documentation about how to pass properties value (basicaly like using props in React), which will cut out almost the 80% of the entire code base.