RE: how to send checkbox value?

2004-02-13 Thread Ferguson, Scott
: Struts Users Mailing List Subject: RE: how to send checkbox value? hi scott thanx for code...it will work for modify flow but how abt setup flow? sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: how to send checkbox value?

2004-02-13 Thread Guillermo Meyer
f (this.getDisabled()) { handlers.append(" disabled=\"disabled\""); } if (this.getReadonly()) { handlers.append(" readonly=\"readonly\""); } } /** * Returns the arrayIndex.

RE: how to send checkbox value?

2004-02-13 Thread Samyukta Akunuru
Thanks Scott,willl try mine with this sample -Original Message- From: Ferguson, Scott [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 9:58 AM To: Struts Users Mailing List Subject: RE: how to send checkbox value? Stolen from an old project... function clicked_yn

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi scott thanx for code...it will work for modify flow but how abt setup flow? sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: how to send checkbox value?

2004-02-13 Thread Ferguson, Scott
uld only have "Y" or "N" as values. See if that helps saF -Original Message- From: Samyukta Akunuru [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:47 AM To: Struts Users Mailing List Subject: RE: how to send checkbox value? Could you enlcose the

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi yep an eg will do finethat should do as, get the value of checkbox stored in a variable whether it is checked r not.. sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

RE: how to send checkbox value?

2004-02-13 Thread Samyukta Akunuru
Could you enlcose the sampleThanks! -Original Message- From: Ferguson, Scott [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 9:46 AM To: Struts Users Mailing List Subject: RE: how to send checkbox value? Have a hidden field that is the actual name of your field, use some

RE: how to send checkbox value?

2004-02-13 Thread Ferguson, Scott
it very soon in a Struts app. saF -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:37 AM To: Struts Users Mailing List Subject: RE: how to send checkbox value? > From: Sathish Babu K R [mailto:[EMAIL PROTECTED] > i like to send che

RE: how to send checkbox value?

2004-02-13 Thread Sathish Babu K R
hi all any no of checkboxes,fine. but how to know the box is checked r not and then send in url id u r able to find value of chekbox then u can better put in session r pass as hidden sathish __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing on

RE: how to send checkbox value?

2004-02-13 Thread Samyukta Akunuru
: how to send checkbox value? > From: Sathish Babu K R [mailto:[EMAIL PROTECTED] > i like to send check box value of a page to another > page when a link is clicked which does not go thru any > form.its a struts environment You can send parameters on the URL of the link, no need to hav

RE: how to send checkbox value?

2004-02-13 Thread Wendy Smoak
> From: Sathish Babu K R [mailto:[EMAIL PROTECTED] > i like to send check box value of a page to another > page when a link is clicked which does not go thru any > form.its a struts environment You can send parameters on the URL of the link, no need to have a form. Or you can have a form and use