Hi,
Is there a way to make DynaValidationForm not to do the validation based on
a certain attribute other than sub-classing it?
That's not that difficlt to do, but I was wondering if there is a better
way, here is my scenario.
I have an account table and I have one form and one action for all the
usecases associated with account (add/edit/update/view/list/delete). For
edit scenario, I need to retrieve the row in one interaction and update in
the other. I am relying on the form that gets created when edit is called
and setting all the fields to that form. This worked fine until I introduced
validation. With validation, during the first interaction, it tries to
validate and returns the form back. I want it not to validate for the first
request.

thanks,
Vishu

"MMS <firstam.com>" made the following
 annotations on 11/13/2003 12:05:44 PM
------------------------------------------------------------------------------
"THIS E-MAIL MESSAGE AND ANY FILES TRANSMITTED HEREWITH, ARE INTENDED SOLELY FOR THE 
USE OF THE INDIVIDUAL(S) ADDRESSED AND MAY CONTAIN CONFIDENTIAL, PROPRIETARY OR 
PRIVILEGED INFORMATION.  IF YOU ARE NOT THE ADDRESSEE INDICATED IN THIS MESSAGE (OR 
RESPONSIBLE FOR DELIVERY OF THIS MESSAGE TO SUCH PERSON) YOU MAY NOT REVIEW, USE, 
DISCLOSE OR DISTRIBUTE THIS MESSAGE OR ANY FILES TRANSMITTED HEREWITH.  IF YOU RECEIVE 
THIS MESSAGE IN ERROR, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND DELETE THIS 
MESSAGE AND ALL COPIES OF IT FROM YOUR SYSTEM."
==============================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to