From user-return-198442-apmail-struts-user-archive=struts.apache.org@struts.apache.org Tue Apr 28 14:53:21 2009 Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 16874 invoked from network); 28 Apr 2009 14:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 14:53:21 -0000 Received: (qmail 19004 invoked by uid 500); 28 Apr 2009 14:53:17 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 18965 invoked by uid 500); 28 Apr 2009 14:53:17 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 10373 invoked by uid 99); 28 Apr 2009 14:46:32 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kiru.thangavelu@gmail.com designates 209.85.200.174 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=4y2Z7BmHtjwKhjvhuBwfReaVkhEgneFGKef6FJzrG48=; b=NjX6TXw2JbeWl/++xaPfKGo15hKv2klRJhQDGqMNonQNxkbrCZ6Y37EqaItR6+84w3 f0oWiSpl+r+3Dd/2MKBEwv6X9RUOOXSVs2xYifEd1sk6f7N7WXFcUX+DnSLxGajS00lV Q7KSwNIogNXTWSdliuqdwuiBlCi1WW7IGt/TI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CeRyN8C7EfDWBvPv6yQY0j/Z4eDs1LU8F2s/lAxV1naCuVvHINv+eLBc9V9xB/J7Vd 9zcTcs5wqc8f7mLlHzOmDQKfQxK8vlfsjp1vQaCAbcY21zi145NkMIWCJs7YwNPCI7bp +svreolz2StqCnsvW7EjpLCYECOw7vVvEVscA= MIME-Version: 1.0 Date: Tue, 28 Apr 2009 10:46:01 -0400 Message-ID: <14c387110904280746j64c1ae34ra5687c0ee2b19a0e@mail.gmail.com> Subject: Validating Struts2 fields using JQuery From: Kiru To: user@struts.apache.org Content-Type: multipart/alternative; boundary=0016e64eacb48cf87b04689e85bf X-Virus-Checked: Checked by ClamAV on apache.org --0016e64eacb48cf87b04689e85bf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I am using JQuery for validating the fields in my jsp page, created using Struts 2.1.6. But the jquery validation is not firing and the form is getting submitted. In the same page I have created tabs, date picker using JQuery and they are all working fine. The same JQuery validtion is working fine with pure html (no struts tag) form. The fields that i am trying to validate are inside the jquery tab. Any idea what could be missing/wrong? Thanks. Here is portion of my .jsp <%@ taglib prefix="s" uri="/struts-tags"%>
--0016e64eacb48cf87b04689e85bf--