My Oracle Support Banner

Space Char Not Allowed In Af:inputtext On Create Row In Af:table (Doc ID 2865766.1)

Last updated on AUGUST 02, 2023

Applies to:

Oracle JDeveloper - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms


While using the following method in an ADF application to auto focus first text field in the table row when create button is clicked, it was observed that space char is not allowed in af:inputtext on create row in af:table.

  
  function setFocusByComponentId(id) {
  console.log("Inside JS");
  var t = AdfPage.PAGE.findComponentByAbsoluteId(id);
  t.focus();
  
  }

As a result, focus comes on the first input text and it is possible to type data but unless clicking on it, it is not possible to type space.



Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.