On Fri, Jul 07, 2000 at 05:32:32PM -0400, Nissim Karpenstein wrote:
> ParameterParser pp = data.getParameters();
> myContact.updateFields(pp);
>
> And it will automatically set all of the member variables in the Contact
> object which are in the parameter parser.
Try pp.setProperties(myContact); :-)
> Furthermore, if you have more than one contact displayed on a form, you can
> append the contactID to the name of each form element, for example:
>
> <input type="text" name="firstName$contact.ContactId">
But this would be a neat extension to what setProperties can do. See if
you can fit it in with the code that's there...
--
Sean Legassick
[EMAIL PROTECTED]
homo sum: humani nihil a me alienum puto
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]