11 January 2011 How to capture programmatically (Java – Adf Faces) an attribute from payload task (Human Task Form) January 11, 2011 Author: victorjabur Adf Faces java JSF soa Adf Faces Oracle Human Task programmatically attribute 0 This is an useful code that capture the value of an attribute inside of payload from Human Task generated automatically from bpel.
10 January 2011 How to set recursively component properties using Java Server Faces (JSF) January 10, 2011 Author: victorjabur Adf Faces java JSF JSF Java Recursively Properties 11 I am using a piece of code that setting disabled=true and readonly=true to all components inside of a Form, but you can use this in other situations:
02 June 2010 How to propagate FacesMessage between two jsf pages June 2, 2010 Author: victorjabur Adf Faces java JSF Java 7 This post resolve the propagation of the FacesMessage between two or more JSF Pages.