I was able to fix the NullPointer by adding this code
abovecycle.getParameter(_childId) in the rewindFormComponent() method of
DynamicSelectionList:
String suffix = "";
if (getIndex() > 0) {
suffix = "_" + (getIndex() - 1);
}
_childId = getId() + suffix;
It looks like it's working perfectly now.
Jacob
Ulrich Stärk wrote:
It seems to me that this component is broken. When I try to test this
my browser complains about javascript errors and the child list stays
empty. I don't know whats wrong with it and I'm too lazy to debug it.
You should contact the author of the component to get a fix.
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]