Re: modify search form on result page?
Re: modify search form on result page?
- Subject: Re: modify search form on result page?
- From: Michael Engelhart <email@hidden>
- Date: Sat, 7 Aug 2004 22:34:57 -0500
Right, it's just a form. It's data that's being passed to a legacy
system (non-RDBMS).
I may just roll my own since NSValidation isn't really doing all that
much at least in my circumstance. First it doesn't handle
multi-object validation which I have; a month pop-up menu and a day
pop-up menu that combined form the date and must be validated as a
single entity and second it doesn't seem to have the ability to share
validation routines between components.
if someone can point out how to share NSValidation routines across
pages that would be great. It would be very useful to have a single
class that handled multiple forms. I know I can write my own
validation class which I may do but it's nicer to not have to reinvent
the wheel.
Thanks
Mike
On Aug 7, 2004, at 10:14 PM, Arturo Pirez wrote:
On Aug 7, 2004, at 11:02 PM, Michael Engelhart wrote:
Thanks Arturo -
Is there any way to use my existing code in InitialSearch to validate
the modify search form's data and if there is a problem redisplay
InitialSearch with it's corresponding validation error messages?
Is there anyway to just call validateForSave()? But this isn't an EO,
right? It's just a form? I wonder if you would get anything out of
implementing the NSValidation interface on your search object?
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.