function CommentService() { } CommentService._path = '/dwr'; CommentService.validateCommentLongForm = function(p0, callback) { DWREngine._execute(CommentService._path, 'CommentService', 'validateCommentLongForm', p0, false, callback); }