Fetishcode…Thinking in objects

Thinking in objects

Entradas etiquetadas ‘Metalink

Mensajes Duplicados en JDev.10.1.3.4

sin comentarios

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.

Duplicate error messages

Para solucionarlo hay que Descargar e instalar el Patch 7373622

Nota:En JDeveloper 10.1.3.3 funciona correctamente

Escrito por fetishcode

Noviembre 2, 2008 a 7:49 am

Escrito en JDeveloper

Etiquetado con , ,

Autosubmit en IExplorer no tabula correctamente

sin comentarios

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 firstClickPassed attribute specifies a Boolean value for determining whether the first click is allowed to pass. By default this attribute is false. 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 an inputText that fires a PPR request and then immediately clicks a submit button, two events are triggered—an onchange event followed by an onclick. The onchange event will trigger the client action that starts PPR blocking immediately; the onclick will get consumed by the blocking code and no submit will occur. If you want the submit event to occur, set the firstClickPassed attribute to true to allow the first click to go through.

Mas info: About ADF Faces

Escrito por fetishcode

Julio 7, 2008 a 5:23 am

Escrito en JDeveloper

Etiquetado con , ,