Results 1 to 2 of 2

Thread: Petclinic question

  1. #1
    Join Date
    Aug 2004
    Location
    Liège, Belgique
    Posts
    47

    Default Petclinic question

    In the Petclinic sample application, I open two windows.
    I change a name in one window and the change doesn't appear in the second one.
    Is it the normal behavior ?
    I was expecting the change to be reflected.
    The same applies to changes to address.

    Patrick

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Patrick,

    I'd consider that a known issue in the sample app; we just haven't developed that part yet. Basically, what needs to happen is a event needs to be fired all view instances pick up and use to update; rather than having a single view update itself (which is what is happening now.) For example, the Petclinic service object may fire a ApplicationEvent when new objects are created or modified, triggering the tree views to update.
    Keith Donald
    Core Spring Development Team

Similar Threads

  1. Replies: 1
    Last Post: Sep 19th, 2005, 09:15 AM
  2. Replies: 4
    Last Post: Jun 15th, 2005, 04:47 PM
  3. Question regarding petclinic build.xml file
    By spring04 in forum Architecture
    Replies: 1
    Last Post: Nov 18th, 2004, 12:59 PM
  4. Need Help - Question regarding PetClinic Example
    By spring04 in forum Architecture
    Replies: 6
    Last Post: Nov 17th, 2004, 12:59 AM
  5. Replies: 1
    Last Post: Oct 1st, 2004, 10:04 AM

Posting Permissions

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