property « Facelets « JSF Q&A





1. Change the properties of an Input within a ui:repeat    stackoverflow.com

I'd like to change the "required" property of an InputText that is located within an ui:repeat, but I'm not able to access to the component from the ManagedBean:

<h:selectManyCheckbox id="required" value="#{test.required}"
  ...

2. How to refer to a property outside war using JSF 2 EL?    stackoverflow.com

(Environment:JSF 2 with Facelets, JBoss 6, EJB 3, )
I have a WAR within an EAR project. Is it possible to refer to properties of classes in other JAR files within Ear. ...