Results 1 to 4 of 4

Thread: Master Detail form

  1. #1

    Default Master Detail form

    I need to setup an master detail entry form ( order and order detail )

    there will be two pages ..

    one for master entry ..
    clicking a button will lead to a detail entry where user can select an item and click add

    this will return to master page ( populating the detail list with that item)..

    can any one tell me how can i implement this scenario with spring..

    any help will be greatly appreciated

    thanx

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

  3. #3

    Default

    thanks katentim ..

    i tried one with AbstractWizardFormController ..



    in my wizard second page is the page to add items ..
    ( user selects an item and clicks add and wizard returns to master page
    also showing the item recently added )

    the problem is when i specify validation ..

    suppose there are three fileds

    itemId
    unitPrice
    quantity

    after entering a itemId the user cliks get unit price button .
    then how to get that value and display in unitprice field ???

    i tried to submit to the same page and checking the button submited
    but as unitPrice is a required field it gives tha validation error ..

    if there were no validation it works fine ..

    can u help me to how i implement this scenario ...


    thanx again

  4. #4
    Join Date
    Aug 2004
    Location
    Atlanta, GA
    Posts
    129

    Default

    There are a few posts that may help with this. Take a look at:

    http://forum.springframework.org/viewtopic.php?t=1588

    HTH
    Randy

Similar Threads

  1. Replies: 3
    Last Post: Jun 8th, 2010, 03:27 AM
  2. Replies: 9
    Last Post: May 4th, 2006, 09:53 AM
  3. could not satisfy dependencies
    By springuser in forum Container
    Replies: 4
    Last Post: Apr 26th, 2005, 01:15 PM
  4. Replies: 1
    Last Post: Apr 25th, 2005, 07:37 PM
  5. Example of a Master Detail Form
    By rwells in forum Web
    Replies: 2
    Last Post: Nov 7th, 2004, 06:49 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
  •