Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opinion: interface of master detail web app

Status
Not open for further replies.

SuperMoonster

Programmer
Aug 11, 2005
59
BR
Hello everyone.

I'm looking for an interface opinion here. I'm working on a master detail issue here, and I don't know how I should organize it on the web page.

I have Order and Items. Order has many items. So, when the user's adding an Order, I want him to enter all order data and then, in the same page, enter the items number.

Something like this:
Code:
- Order Id:
- Order Name:
- Order Obs:
 
Add items here:
- Item number [submit item button]

and then, when the user clicked the submit item button... the item number would clear and maybe be shown in a grid. But I have no idea on how to do it.

As you see, I'm not trying to display stored data: I'm working on the form the user will fill to store the data.

How do you guys do it? It doesn't have to be in a grid, any ideas to solve this will be just fine for me. A little example would be nice. I'm using struts + hibernate.

Thank you all very much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top