Entradas etiquetadas ‘Metalink’
Mensajes Duplicados en JDev.10.1.3.4
Se trata de un bug detectado en JDeveloper 10.1.3.4 que duplica los mensajes de error,Excepciones, al visualizarse en el componente af:messages.
Para solucionarlo hay que Descargar e instalar el Patch 7373622
Nota:En JDeveloper 10.1.3.3 funciona correctamente
Autosubmit en IExplorer no tabula correctamente
Cuando tenemos campos con autosubmit y tabulamos con FF funciona pero con IE no saltamos al siguiente campo.
Existe un patch en metalink.oracle.com , para citado bug, que soluciona dicho problema :ADF Faces Bug# 5060915
Nota:Afecta a JDeveloper 10.1.3.3.0
Por otro lado cuando trabajamos con campos y autosubmit, tenemos otra problemática:
Si escribimos en un campo con autosubmit y a continuación presionamos a un botón (con el ratón), la acción de este no se realiza. Al salir del campo con el raton, primero se gestiona el autosubmit y debemos darle otra vez al botón para realizar la acción del botón.
Para ello podemos hacer uso del atributo firstClickPassed de afh:body
The
firstClickPassedattribute specifies a Boolean value for determining whether the first click is allowed to pass. By default this attribute isfalse. This means when a PPR request or event occurs, ADF Faces blocks all subsequent user input until the event completes. For example, if the user enters text in aninputTextthat fires a PPR request and then immediately clicks a submit button, two events are triggered—anonchangeevent followed by anonclick. Theonchangeevent will trigger the client action that starts PPR blocking immediately; theonclickwill get consumed by the blocking code and no submit will occur. If you want the submit event to occur, set thefirstClickPassedattribute totrueto allow the first click to go through.
Mas info: About ADF Faces
