Few questions for you:
Do you have any transient or immediate components?
Are you using a4j:region or any other jboss component that "mucks"
with the JSF lifecycle?
Did you have a non-null navigation rule outcome?
Do you have the problem with the JSF-RI?
Is this a normal or AJAX post back?
On Mon, Oct 27, 2008 at 12:39 PM, alvaro tovar <[EMAIL PROTECTED]> wrote:
> hello
> first of all thanks to the myfaces team,
> my problem: i have an app with myfaces trinidad, tomahawk, richfaces.
> i have a form in a tabpanel, and in the tab i have a form, when i fill the
> form, and send this the values are lost, i am thinking that this happen
> because the values stored in the backingbean are show again, not remplaced,
> i don,t kown if the problem is with myfaces or richfaces. or some
> configuration this is some log.
>
> There should always be a submitted value for an input if it is rendered, its
> form is submitted, and it was not originally rendered disabled or
> read-only. You cannot submit a form after disabling an input element via
> javascript. Consider setting read-only to true instead or resetting the
> disabled value back to false prior to form submission. Component :
> {Component-Path : [Class: org.ajax4jsf.component.AjaxViewRoot,ViewId:
> /listadoInmuebles.jsp][Class: javax.faces.component.html.HtmlForm,Id:
> j_id_id28][Class: org.richfaces.component.html.HtmlModalPanel,Id: mp][Class:
> org.richfaces.component.html.HtmlTabPanel,Id: j_id_id119][Class:
> org.richfaces.component.html.HtmlTab,Id: j_id_id191][Class:
> org.apache.myfaces.component.html.ext.HtmlInputText,Id: j_id_id259]}
>
>
> regards
>
>
>
>