1. Why do encodeXxx methods in UIComponent accept FacesContext parameter? stackoverflow.comI haven't ever before created custom components in JSF so I've noticed only now that methods like |
2. Adding JSF UIComponent as composite component child renders nothing stackoverflow.comI have a custom |
3. Injecting Resources Into UIComponent (aka does CDI work here?) stackoverflow.comI am writing a (composite) component that needs to interact with my DAO. Here is how the Java part is declared:
To get the DAO ... |
4. UIComponent.getAttributes().put() not doing what I think it should stackoverflow.comThis is in a composite component with an interface defined like this:
|