--
You received this message because you are subscribed to the Google Groups "cf-orm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cf-orm-dev+...@googlegroups.com.
To post to this group, send email to cf-or...@googlegroups.com.
Visit this group at http://groups.google.com/group/cf-orm-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
You can use event handlers for that. Any time an object is saved it can store this for you.
Seth
I have tried to call getIp() in both the preInsert() and preUpdate() method... I get error 127.0.0.1 is not type of data or time.
but when i try like by removing setter="false" and setting Ipaddress while saving Comment like Comment.setIpaddress(CGI.REMOTE_ADDR); it works fine. I want it to be happen automatically.
Adobe ColdFusion or Railo? Sorry if you already mentioned.
--