Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 90392 invoked from network); 2 Feb 2005 18:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Feb 2005 18:43:26 -0000 Received: (qmail 13914 invoked by uid 500); 2 Feb 2005 18:43:22 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 13891 invoked by uid 500); 2 Feb 2005 18:43:22 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 13871 invoked by uid 99); 2 Feb 2005 18:43:21 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 02 Feb 2005 10:43:20 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j12IhHrA001012 for ; Wed, 2 Feb 2005 19:43:17 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j12IhHPo001010; Wed, 2 Feb 2005 19:43:17 +0100 Date: Wed, 2 Feb 2005 19:43:17 +0100 Message-Id: <200502021843.j12IhHPo001010@ajax.apache.org> From: bugzilla@apache.org To: dev@struts.apache.org Subject: DO NOT REPLY [Bug 33238] - Escape double quotes in JavascriptValidatorTag X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33238 ------- Additional Comments From anaveens_1976@yahoo.com 2005-02-02 19:43 ------- (In reply to comment #0) > To escape double quotes when generating dynamic javascript in > JavascriptValidatorTag, to allow the evaluation of javascript expressions. > This could set the stage for a Rhino-like Validator, in the future. I was checking for the struts dynamic javascript error problem. (Error: Expected ')' ) Actually, the line had a Due to the double quotes, its throwing the error. And When I changed the generated js script to single quotes, it worked fine. Now, how do I fix my struts validation part? Is there any tag that I shoudl use? Or should I have to update for the latest Struts download? Thx & Rgds Naveen -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org