Hi, I have been using DbForms to develop an application. I have a small requirement :
>From a table I tried to display the records with a radio button attached to each row.I have provided two buttons namely Edit and Delete.Both these buttons are "goTo" buttons.I have gone for a goTo button instead of db:update and db:delete buttons, the reason being, I want the user to navigate to a page where he can update/delete the details of the selected row. Now the problem here is: If the user skips selecting a radio and tries to use the Edit button, he will get the edit page with details from the first row of the destination table. To be clear enough, if the radio is not selected the default key position is set to the first row of the table.In the destination jsp I can't use a whereClause since this dominates the key position value sent by the goto button.How do I stop the user from using the goto button without selecting the radio ? Please send me a solution for the above problem. This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify [EMAIL PROTECTED] immediately. You should not copy it or use it for any purpose, nor disclose its contents to any other person. The views and opinions expressed in this e-mail message are the author's own and may not reflect the views and opinions of Wilco. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
