Hi All, I think this is something really simple that I'm not getting. I am writing a basic registration page for the public front that uses ft:form etc. I have the information I need split between two different sections, and hence I am using <ft:object> twice with a label noted for each. However, when I submit the form, I have noticed that I get two different object ids, one for each ft:object. Hence, two objects try to get created, but can't because the full object requires both parts.
Since these are new creations, there's no objectid's yet, so I can't pass that into <ft:object> because <ft:object> will look for a record with that ObjectID. Do I understand correctly then that what I have to do is do a bit of my own processing before I call <ft:processformobject> and pass the processed stProperties structure to that directly? Thanks for the help, I feel like its late and I'm just missing something, Tomek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---