Today i was trying to update a web form in adf faces, it will show after as an standard portlet.
The problem was i try to update the form after the user select an item in a table into popup message. Every thing was all rigth but input text not refresh.
<af:popup id="popupDialog">
<af:dialog title="Test Dialog" id="d2" stretchChildren="first"
resize="on" contentWidth="300" contentHeight="300">
I was setting the id of popup dialog (popupDialog) in partialtriggers property. It was not correct because the table's container is a dialog component, then the correct id was "d2".
Thats all, simple but take me about two hours to find solution.
No hay comentarios.:
Publicar un comentario