<ft:processForm action="Save"> <ft:processFormObjects typename="tickets" bSessionOnly="true" />
<cfif len(lSavedObjectIDs)> <cfset stTicket = getData(objectid=lSavedObjectIDs) /><!--- getData also retrieves temporary objects ---> <ft:processformobjects typename="ticketanswers" bSessionOnly="true"> <cfset stProperties.ticketobjectid = stTicket.objectid /><!--- to validate or change an object before it gets saved, used the stProperties struct inside processformobjects ---> </ft:processformobjects> </cfif> </ft:processForm> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
