I have few doubts on JSF
@this, @form and :form space with id of panel/row etc. What meant these attributes? When would be use these attributes in jsf?
In rendered attribute, can I check Application constants using primefaces extensions? For example:
public class AppsUIConstants{
public static final String UI_DAILY="Daily"; }
and used primefaces extensiosn import constants
<pe:importConstants className="com.core.util.AppsUIConstants" var="AppConstants" />
But how can I check above constants at rendered attribute?