Re: (newbie)No getter method for property total

2005-01-17 Thread jecrotea
you should take a look to the bean:size tag. I think it's the answer of your question. - Jean-Francois Croteau Services Informatiques IBM Canada Ltée (Bromont)

Re: Validate a field only if a checkbox is checked

2005-01-05 Thread jecrotea
This is simply to enable and disable filters. The users don't want to write something to search with a criteria, then erase it, search something else and then rewrite the first thing he entered. - Jean-Francois Croteau Se

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread jecrotea
The validation is more axed around the date format... I want to validate the date format ONLY if the user checked the checkbox to active the filter on that date. It's simply a "nice to have". In theory, the user should not have edit the textbox where the date has to be entered if he didn't check th

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread jecrotea
yes. It's the combination of the 2 It will validate the date format even if the checkbox is not checked. I would like to validate the date format ONLY IF the checkbox is checked. Thank you for your time. - Jean-Franc

RE: Validate a field only if a checkbox is checked

2005-01-04 Thread jecrotea
I tried something like that, but it doesn't work. Other ideas? I search all the mailing list. I've seen a guy with almost the same problem as me, except he was working with radio button. He never had an answer though Thank you. -

Validate a field only if a checkbox is checked

2005-01-04 Thread jecrotea
Hi, I want to know, how can I validate a field that must contains a date with the DatePattern ONLY IF a checkbox in my form is checked? For now, I have this, but it doesn't work at all: test (customerIdFlg == null)

Date validation if a checkbox is checked

2005-01-04 Thread jecrotea
Hi, I want to know, how can I validate a field that must contains a date with the DatePattern ONLY IF a checkbox in my form is checked? For now, I have this, but it doesn't work at all: test (customerIdFlg == null)