Results 1 to 3 of 3

Thread: PR5 has dropped important lifecycle methods from FormAction!

  1. #1
    Join Date
    Aug 2004
    Posts
    1,905

    Default PR5 has dropped important lifecycle methods from FormAction!

    Hi all,

    So I was wondering why my code no longer worked since upgrading to PR5 and it appears FormAction no longer implements a Lifecycle

    Why didn't you (for backwards compatability) just mark them as deprecated? At the very least you should have had a huge warning on the change log instead of indicating you had refactored it

    Still a great product, it just makes life a bit more interesting

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Once we hit 1.0 we'll freeze the API and start doing things like deprecating methods to keep backwards compatibility. With PR5 we were still in the preview phase so the API is not necessarily backwards compatible with earlier releases.

    That's ofcourse a bit of a pain when you need to upgrade, but hopefully we'll have a clean and consise API when 1.0 arrives.

    Erwin

  3. #3
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    Yeah, I know. I was just moaning

    Can I suggest a good way of dealing with this is to make all *dropped* methods as final, otherwise it is really difficult to find the methods

    Thanks again.

Similar Threads

  1. Replies: 5
    Last Post: Jan 23rd, 2008, 04:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •