Recent Notes
Displaying keyword search results 1 - 3
Created by James on February 02, 2012 09:20:22
Last update: February 02, 2012 09:20:22
This example came from the jQuery validation documentation. The required rule can be used to validate a required selection box when you set the value of the first option to empty.
<!DOCTYPE HTML>
<html>
<head>
<scrip...
The error message is the title since no error message is specified. A more fully defined validation check would look like this:
$('#my-form').validate({
errorElement: "p",
...
Created by Dr. Xi on March 02, 2010 00:07:48
Last update: March 02, 2010 00:07:48
OC4J didn't offer much help in the console. This is all it displayed:
2010-03-01 15:48:21.372 ERROR J2EE EJB-03027 [Fab...
However, in the em console, Logs -> Diagnostic Logs gives more details:
Message Text
[FabulousApp] An error occured deploying EJB mod...
Supplemental Text
com.evermind.server.ejb.exception.DeploymentExcept...
The error was caused by a relationship annotation between two entities, the referenced attribute was removed from the owner side:
@OneToMany(cascade=CascadeType.ALL, mapped...
Created by voodoo on February 07, 2010 05:48:55
Last update: February 07, 2010 05:48:55
Error Message:
Error activating XKB configuration
Probably int...
Answer from RealVNC :
Hi,
VNC Free Edition 4.1.2 doesn't provide the XKB extension. The fact that
that causes parts of Gnome to crash or report errors seems to be a bug in
Gnome - X applications should not in general assume the presence of X
extensions unless they are incapable of operating without them.
Regards,
Wez @ RealVNC Ltd.