I have one jsp page that dynamically generated and looks like as below. I
want to navigate to another jsp page when user selected 2 checkboxes and
press submit button. How do I know which two check buttons are checked? and
how I can pass customer number (key) and customer name to next page?

Any good idea /help to accomplish this taks.


Secondly on another jsp page I have three diffrent submit button ( <<ADD>>
<<DELETE>> and <<EDIT>> ) How do i can associate with these button with 3
diffrent actions?


T H A N K S   I N   A  D  V  A  N  C  E

TAHIR



        
*---------------------------------------------------------------------------
--------------*
        | SEL           CUSTOMER                CUSTOMER
CUSTOMER                                        |
        |               NUMBER          NAME
ADDRESS                                 |
        
*---------------------------------------------------------------------------
--------------*
           []           A1111                   ROSE ANN
TORONTO, CANADA
           []           A2222                   CRISTINA ANGHEL         NEW
YORK, USA
           []           A3333                   DAVED MILLER
LONDON, UK

                                                *-----------------*
                                                |       SUBMIT  |
                                                *-----------------*





        









Reply via email to