[Trinidad] Problem with dynamic rendered in checkbox

2007-05-04 Thread Bruno Grossi
Hi, I detected a problem with checkbox/radios with dynamic rendered attribute, that I don't know if it's a JSF or Trinidad bug: If I have a checkbox with a rendered="${requestScope.someBooleanAttribute}", and a button that simple alter that attribute in request, to not render it again. If, a

Re: [Trinidad] Problem with dynamic rendered in checkbox

2007-05-07 Thread Bruno Grossi
"rendered". Instead, just call setRendered(true/false) on the component to toggle visibility. JSF state saving will handle everything for you. -- Adam On 5/4/07, Bruno Grossi <[EMAIL PROTECTED]> wrote: Hi, I detected a problem with checkbox/radios with dynamic rendered a