RE: Conditionally checking an html:checkbox field

2006-02-01 Thread Greg Dunn
Subject: RE: Conditionally checking an html:checkbox field You need to set it to the value that gets submitted when you check a checkbox and submit the form. - Bring words and photos together (easily) with PhotoMail - it's free and works

RE: Conditionally checking an html:checkbox field

2006-02-01 Thread Greg Dunn
: Conditionally checking an html:checkbox field You need to set it to the value that gets submitted when you check a checkbox and submit the form. - Bring words and photos together (easily) with PhotoMail - it's free and works with Yahoo!

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread kalpesh modi
I never tried with boolean but try making it a String. It should work with a String. - Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
te to get it do what I want? -Original Message- From: kalpesh modi [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 1:11 PM To: Struts Users Mailing List Subject: RE: Conditionally checking an html:checkbox field You need to set it to the value that gets submitted when you check

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread kalpesh modi
You need to set it to the value that gets submitted when you check a checkbox and submit the form. - Bring words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.

RE: Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
the JSP.] -Original Message- From: kalpesh modi [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 12:52 PM To: Struts Users Mailing List Subject: Re: Conditionally checking an html:checkbox field Try the check condition in your action class and set/not set the checkbox and then for

Re: Conditionally checking an html:checkbox field

2006-01-31 Thread kalpesh modi
Try the check condition in your action class and set/not set the checkbox and then forward it to the JSP. Hope this helps. - What are the most popular cars? Find out at Yahoo! Autos

Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I need to conditionally set a checkbox field when presented to the user depending on application configuration settings. I'm using an Action to load the form and attempt to set the checkbox field. No matter what I do I cannot get the checkbox state to change from its default, whether that be true

Conditionally checking an html:checkbox field

2006-01-31 Thread Greg Dunn
I need to conditionally set a checkbox field when presented to the user depending on application configuration settings. I'm using an Action to load the form and attempt to set the checkbox field. No matter what I do I cannot get the checkbox state to change from its default, whether that be true