Yes, tested and it now works!  Thanks Massimo.

On Thursday, March 29, 2012 3:01:41 PM UTC+13, Massimo Di Pierro wrote:
>
> I think there is a bug and I think I just fixed it in trunk. Please check 
> it.
>
> On Wednesday, 28 March 2012 20:38:08 UTC-5, Limedrop wrote:
>>
>> I've got the same issue (running 1.99.7).  Has anyone solved this?
>>
>> On Sunday, February 26, 2012 6:12:41 PM UTC+13, Detectedstealth wrote:
>>>
>>> Hi Massimo,
>>>
>>> Your suggestion doesn't seem to be working: 
>>> LI(
>>>                         H5(self.T('What is your Age?')),
>>>                         INPUT( _type='radio', _name='age', _value='1', 
>>> _id='age1', requires = IS_NOT_EMPTY(error_message=self.T('missing your 
>>> age')), value=self.request.vars['age']),
>>>                         LABEL(SPAN(self.T('Less than 20')), _for='age1'),
>>>                         INPUT( _type='radio', _name='age', 
>>> _value='2',_id='age2', hideerror=True, value=self.request.vars['age']), 
>>>                         LABEL(SPAN(self.T('20-35')), _for='age2'),
>>>                         INPUT( _type='radio', _name='age', _value='3', 
>>> _id='age3', hideerror=True, value=self.request.vars['age']), 
>>>                         LABEL(SPAN(self.T('35-50')), _for='age3'),
>>>                         INPUT( _type='radio', _name='age', _value='4', 
>>> _id='age4', hideerror=True, value=self.request.vars['age']),
>>>                         LABEL(SPAN(self.T('50-65')), _for='age4'),
>>>                         INPUT( _type='radio', _name='age', _value='5', 
>>> _id='age5', hideerror=True, value=self.request.vars['age']), 
>>>                         LABEL(SPAN(self.T('65 and never too old')), 
>>> _for='age5'),
>>>                     ),
>>> I still get an error on all radio fields.
>>>
>>> --
>>> Regards,
>>> Bruce
>>> On Sun, Feb 12, 2012 at 6:00 PM, Bruce Wade <[email protected]>wrote:
>>>
>>>> Thanks.
>>>>
>>>>
>>>> On Sun, Feb 12, 2012 at 5:57 PM, Massimo Di Pierro <
>>>> [email protected]> wrote:
>>>>
>>>>> INPUT(....,hideerror=True)
>>>>>
>>>>> On Feb 12, 6:33 pm, Bruce Wade <[email protected]> wrote:
>>>>> > Hi,
>>>>> >
>>>>> > Is it possible to show a single error message for a group of radio 
>>>>> buttons.
>>>>> > See screen shot
>>>>> >
>>>>> > FORM(
>>>>> >             FIELDSET(
>>>>> >                 H4(self.T('Personal Questions')),
>>>>> >                 UL(
>>>>> >                     LI(
>>>>> >                         H5(self.T('What is your Age?')),
>>>>> >                         INPUT( _type='radio', _name='age', 
>>>>> _value='1',
>>>>> > _id='age1', requires = IS_NOT_EMPTY(error_message=self.T('missing 
>>>>> your
>>>>> > age'))),
>>>>> >                         LABEL(SPAN(self.T('Less than 20')), 
>>>>> _for='age1'),
>>>>> >                         INPUT( _type='radio', _name='age',
>>>>> > _value='2',_id='age2'),
>>>>> >                         LABEL(SPAN(self.T('20-35')), _for='age2'),
>>>>> >                         INPUT( _type='radio', _name='age', 
>>>>> _value='3',
>>>>> > _id='age3'),
>>>>> >                         LABEL(SPAN(self.T('35-50')), _for='age3'),
>>>>> >                         INPUT( _type='radio', _name='age', 
>>>>> _value='4',
>>>>> > _id='age4'), LABEL(SPAN(self.T('50-65')), _for='age4'),
>>>>> >                         INPUT( _type='radio', _name='age', 
>>>>> _value='5',
>>>>> > _id='age5'), LABEL(SPAN(self.T('65 and never too old')), 
>>>>> _for='age5'),
>>>>> >                     ),
>>>>> >                ),
>>>>> >            )
>>>>> > )
>>>>> >
>>>>> > --
>>>>> > --
>>>>> > Regards,
>>>>> > Bruce Wadehttp://
>>>>> ca.linkedin.com/in/brucelwadehttp://www.wadecybertech.comhttp://www.warplydesigned.comhttp://www.fitnessfriendsfinder.com
>>>>> >
>>>>> >  fit_errors.png
>>>>> > 371KViewDownload
>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> -- 
>>>> Regards,
>>>> Bruce Wade
>>>> http://ca.linkedin.com/in/brucelwade
>>>> http://www.wadecybertech.com
>>>> http://www.warplydesigned.com
>>>> http://www.fitnessfriendsfinder.com
>>>>
>>>
>>>
>>>
>>> -- 
>>> -- 
>>> Regards,
>>> Bruce Wade
>>> http://ca.linkedin.com/in/brucelwade
>>> http://www.wadecybertech.com
>>> http://www.warplydesigned.com
>>> http://www.fitnessfriendsfinder.com
>>>  
>>

Reply via email to