[Trinidad] disabled attribute and form submit does not work correctly

2011-06-15 Thread Detlef Grittner
I am loading a page with a tr:inputNumberSpinbox component, whose disabled attribute is intially set to true. With a tr:selectOneRadio I trigger the disabled flag and the value 1 will set it to false. This is done with PPR and autoSubmit in the tr:selectOneRadio. This part of xhtml page on the

Re: [Trinidad] disabled attribute and form submit does not work correctly

2011-06-15 Thread Walter Mourão
Hi, I'm not sure if it relates with your situation, but every time I change the disable/rendered of a component using PPR, I add partialTriggers to the enclosing component. In your case I would add partialTriggers=selection to the tr:form. Regards, Walter Mourão http://waltermourao.com.br

Re: [Trinidad] disabled attribute and form submit does not work correctly

2011-06-15 Thread Detlef Grittner
and form submit does not work correctly Hi, I'm not sure if it relates with your situation, but every time I change the disable/rendered of a component using PPR, I add partialTriggers to the enclosing component. In your case I would add partialTriggers=selection to the tr:form. Regards