SuperMoonster
Programmer
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:
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.
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
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.
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