HI, I am using nested ui:repeats to display my data. the outer UI:repeat works and binds to bean just fine, but the inner does not bind to the bean. In sumary, ...
I have a problem but I dont know fix it.May be you can hlp me. My Interface is defined that
public interface GenericDaoInterface<T,PK extends Serializable> { ....come code here... }
public abstract ...