0

I tried to use FacesConverter in Oracle ADF by following the thread

But, I was not able to import FacesConverter into my custom converter class.

Do I need to add any specific library to import FacesConverter?

Community
  • 1
  • 1
Awesome
  • 5,689
  • 8
  • 33
  • 58

1 Answers1

-1

Yes, you need to -

import javax.faces.convert.FacesConverter;

--Peddi

Awesome
  • 5,689
  • 8
  • 33
  • 58
Peddi
  • 92
  • 1
  • 9