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


Reply With Quote