With the checkboxes only the checkboxes that are
checked will be sent to the http header.  In other
words only checked checkboxes will have values from a 
request.getParameter("") call.

To pass a value onto the next page you could either
store in a hidden field on the first page or pass it
on the query string.

scott.
--- [EMAIL PROTECTED] wrote:
> 
> 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  |
>                                               *-----------------*
> 
> 
> 
> 
> 
>       
> 
> 
> 
> 
> 
> 
> 
> 
> 


=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Scott

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to