Any sugestions?
 

I have 3 beans: beanA, beanB and beanC.

Both beanA and beanB uses beanB (ArrayList), from beanA i only remove itens from beanB and from beanC i add, get and set a item in beanB.

Everything is ok when beanC to these operations on beanB but if i try to remove an item from beanA i'm getting an IndexOutOfBoundsException.

Note: i'm using saveState in beanA

I'm following this wiki entry:

http://wiki.apache.org/myfaces/AccessingOneManagedBeanFromAnother

I have full details here:

http://issues.apache.org/jira/browse/MYFACES-1312

 

Reply via email to