Dear Rizwan, Your proble can be solve using the list form or multiform in the form widget. You can search type="multi" or type="list" in <form name=.........> All the best.
On 8/11/07, Rizwan Sharif <[EMAIL PROTECTED]> wrote: > > Hi, > I have a requirement to create a UI with the following behavior > > *) The screen will show all the records from some entity in database > *) There will be add,edit,delete button at the top of the screen > *) The user should be able to select only one of the record and then press > one of the add/edit/delete button for associated behavior > > How can I acheive this behavior? the main problem that I am facing is how > to > make each row selectable and that only one can be selected at a time and > then user can click one of the button after selection of the row. > > Regard, > Rizwan > -- Sumit Pandit
