java - why rich popupPanel component of richfaces submits null value to managed beans? -


Hi I am using Rich: popup panel component of Richfaces 4.0 & amp; Jsf 2.0 contains some form fields such as name.address & amp; Also contact an A4J: Command button "Save" text fields are linked to Managed Bean property such as "When I click on the savings button I have to execute the method of the button that prints the value of the textfield (I.e. properties of beans). The text file value is not empty, the value of the text file is not tied to the property of beans. Does this tap result result in why it is only for popup? Plz helps me very important ....

Do you have & lt; For example, suppose that your popup has an ID named popup ( & lt; A4j: commandButton & gt; ? Code> & lt; Rich: PopupPanel ID = "Popup" & gt; ), you need to determine which JSF componet you want & lt; A4j: commandButton & gt; Setting the reorder feature of , update as a feedback on Ajax interaction. In your case, you can get your & lt; Rich: popupPanel & gt; after saving & lt; A4j: commandButton & gt; , so that you should use it:

& lt; A4j: commandButton value = "save" reRender = "# {rich: clientId ('popup')}" />

Comments