hello
i have more inf about this problem
Do you have any transient or immediate components?
yes, but they are not involucred whit the component that his value input is
lost, i use this immediate in images that are links to others pages.
Are you using a4j:region or any other jboss component that "mucks"
yes i am using <rich:modalPanel > and <rich:panel> and the input is display
when
<t:selectOneMenu value="#{reoffermanager.interestVO}" id="selectFilter"
style="font-family: Verdana,
Arial, Helvetica, sans-serif; font-size: 12px;"
valueChangeListener="#{reoffermanager.changeFilter}"
onchange="if(this.value==-8){
#{rich:component('mp')}.show(); }else{ submit();}"
converter="filterConverter"
binding="#{reoffermanager.selectInterest}">
<f:selectItems
value="#{reoffermanager.listFilter}" />
and the container of the input is
<rich:modalPanel id="mp" minHeight="200" minWidth="450"
height="200" width="500"
zindex="2000" >
<f:facet name="header">
<h:outputText value="Guardar" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/icons/close.png"
onclick="#{rich:component('mp')}.hide();document.getElementById('form:selectFilter').value='-1';"
/>
</f:facet>
Nombre Filtro
<t:inputText
value="#{reoffermanager.interestSelected.interestName}" id="nameF"
binding="#{reoffermanager.inputName}" />
<h:commandLink
action="#{reoffermanager.saveFilter}" value="Guardar"/>
</rich:modalPanel>
Do you have the problem with the JSF-RI?
no is a myfaces inputtext
Is this a normal or AJAX post back?
i am not sure but a think that is a normal
some one can reference to me a doc?
thanks
2008/11/14 alvaro tovar <[EMAIL PROTECTED]>
> hehee
>
> 2008/10/27 Richard Yee <[EMAIL PROTECTED]>
>
> Alvaro,
>> We can't give you any help if you don't tell us what your code is
>> doing or show us at least the source code. Many people use the
>> libraries you mentioned together without problems.
>>
>> -Richard
>>
>> On Mon, Oct 27, 2008 at 2:17 PM, alvaro tovar <[EMAIL PROTECTED]>
>> wrote:
>> >
>> > hello
>> > thanks for you answer, really i don't know the answer for your
>> questions,
>> > actually i am searching for a alternative solution.
>> > regards
>> >
>> > 2008/10/27 Andrew Robinson <[EMAIL PROTECTED]>
>> >>
>> >> 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
>> >> >
>> >> >
>> >> >
>> >> >
>> >
>> >
>>
>
>