ideavist
Posts: 0
Joined: Fri Aug 24, 2012 11:15 pm

Exception Message Part 2

Here's the javascript:

alert ('['+value+']');
return "That name does not exist";

If I put in a valid name, I get a pop up error message that says:
[]

Image

If I put in an invalid name (lslslslslslsls), I get a pup up error message that says:
[User with name lslslslslslslsl not found.]

Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Exception Message Part 2

Use this code:

code
if (value.length > 0) {
return "That name does not exist&quot
}
else {
return "&quot
}
/code

ideavist
Posts: 0
Joined: Fri Aug 24, 2012 11:15 pm

Exception Message Part 2

TOTALLY WORKED THIS TIME!

1) Tiggzi is amazing app
2) Tiggzi is an amazing app BECAUSE of the amazing support.

Thanks again Max!

Return to “Issues”