getSourceAccountingLine(int index) This implementation is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects
get instantiated within lists.
This implementation is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects
get instantiated within lists. The first three lines are required otherwise when the PojoProcessor tries to automatically
inject values into the list, it will get an index out of bounds error if the instance at an index is being called and prior
instances at indices before that one are not being instantiated. So changing the code below will cause adding lines to break
if you add more than one item to the list.
See Also: org.kuali.core.document.FinancialDocument.getTargetAccountingLine(int)