binding « JSF « Spring Q&A





1. Inner UI:repeat does not bind to a bean in a nested UI:repeat    stackoverflow.com

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, ...

2. JSF ,Spring ,ManagedProperty Could Not Bind Error    stackoverflow.com

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... 
}

My Abstract genericdao Class
public abstract ...