I should have mentioned that variable myResults is not null.
[5/2/05 14:40:17:745 EDT] 3cbafc2d SystemOut O ******myResults is ... ABC Co [ABC] [9876543210]
Hi All,
I have a method called to format data to a vector a certain way. Everything goes fine adding my format to a string myResults in j==3 if but when the code attempts to load the vector, acctResults.addElement(myResults);, I get a null pointer exception.
This is the call to the method...
Thanks Kaht for the suggestion. reset() works fine for my controls. But I am dinamically loading some account numbers and reset() does not load them back to the original select box.
Hi All,
On my form is a button - clear. When the user clicks the button, javascript is called inititating history.go(0) command. While the screen is re-inititalizing, I get this Dialog box stating: "The page cannot be refreshed without resending the information. Click Retry to send the...
Thanks for the help sedj and all. Forgive me but I'm still having trouble with .split(). I entered
String [] weAreYourTokens = ((String)acctNames.elementAt(i)).split("%5B");
and I'm getting the error "The method split(String) is undefined for the type String". I added import...
Thanks for the help Diancecht.
String [] weAreYourTokens = (String)acctNames.elementAt(i).split("%5B");
I tried your suggestion and getting the following error.
The method split(String) is undefined for the type Object.
Hi All,
Trying to parse a string using StringTokenizer. The line I'm attempting to parse acctNames.elementAt(i) is:
AA%20Test%20Inc%20%5BAAB%5D%20%5B1111111111%5D
Here is my code for parsing:
...
StringTokenizer sTokenizer = new StringTokenizer((String)acctNames.elementAt(i), "%5B")...
Hi All,
I'm getting the following error when compiling my package.
PLS-00323: subprogram or cursor 'CREATE_ACH_REPORT' is declared in a package specification and must be defined in the package body
Can someone please tell me what I'm doing wrong. Following is my package code.
Package...
Thanks for your help Dan. I got it. I replaced .value with .text and it's working fine now.
Old code:
if (i == 0) {
output += escape(document.forms[frmName].SelectedAccounts.options[i].value);
alert("output1 is ... " + output);
}else {
output += ',' +...
SelectedAccounts option is loaded - dynamically. I tried you suggestion by adding a value to Selected Accounts and got the same result. I'm beginning to think I have something else going on in my code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.