Hi all, thanks for the answers, it was my fault, i had a request scope in the
handler so every time i checked the selectBoolean it reseted to false. Sorry
about that.
Cheers.
anoe wrote:
>
> Hi all, I've got this two different inputTexts and a selectBooleanCheckbox
> which controls which inputText is rendered, so in the rendered attribute
> of the first inputText i've got this:
>
> rendered="#{!addCitaHandler.nuevoPaciente}"
>
> and the same without the ! in the second inputText. Of course the
> nuevoPaciente property is controlled with the selectBooleanCheckbox. The
> rendering / not rendering stuff is working ok, but the second inputText is
> not being updated when sending the form. In fact, it's not the second, but
> the inputText which was not showing from the beginning. I've tried using
> the disable attribute instead but it's not working either. If I don't use
> neither rendered nor disabled it works ok. Any idea what's up?
>
--
View this message in context:
http://www.nabble.com/rendered-and-disabled-attributes-not-setting-bean-properties-tf3300636.html#a9311030
Sent from the MyFaces - Users mailing list archive at Nabble.com.