Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 6458 invoked from network); 30 Jul 2007 14:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2007 14:04:23 -0000 Received: (qmail 7525 invoked by uid 500); 30 Jul 2007 14:04:19 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 7220 invoked by uid 500); 30 Jul 2007 14:04:18 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 7211 invoked by uid 99); 30 Jul 2007 14:04:18 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 07:04:18 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 14:04:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IFVqi-0008B8-J9 for user@commons.apache.org; Mon, 30 Jul 2007 07:03:52 -0700 Message-ID: <11864262.post@talk.nabble.com> Date: Mon, 30 Jul 2007 07:03:52 -0700 (PDT) From: javaant To: user@commons.apache.org Subject: Re: partial bean submission with SimpleFormController In-Reply-To: <11810216.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: arun.kishor@hurix.com References: <11810216.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org i think i got the soln for this....... what we need to hav is 1.a hidden field page in our jsp this wil be used for assigning no. to the pages 2.use validwhen in the validator.xml if anybody needs more explanation,feel free to mail me. here is an example:- person1.jsp ------------- <%@ page session="true" %> <%@ include file="/WEB-INF/jsp/taglibs.jsp" %>

Personal informations1

" size="15" maxlength="60"/>
" size="15" maxlength="60"/>

"/>
person2.jsp ------------------------ <%@ page session="true" %> <%@ include file="/WEB-INF/jsp/taglibs.jsp" %>

Personal informations2

" size="15" maxlength="60"/>
" size="15" maxlength="60"/>
" size="15" maxlength="60"/>

"/>
validator.xml --------------
test ((page=="1") or (*this* != null)) test ((page=="1") or (*this* != null)) test ((page=="0") or (*this* != null)) test ((page=="0") or (*this* != null)) test (*this* == password)
test (*this* == password)
-- View this message in context: http://www.nabble.com/partial-bean-submission-with-SimpleFormController-tf4151563.html#a11864262 Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org