Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I copied a subjob and trying to rename the links and getting an error message. How do you rename links with same name as previous subjob links?
You can't do that. The "links" represent row static inner classes in Java. You cannot have more than one inner class named the same in a Java application. You will need to give your rows different names I'm afraid.
You can't do that. The "links" represent row static inner classes in Java. You cannot have more than one inner class named the same in a Java application. You will need to give your rows different names I'm afraid.