简体   繁体   中英

Unable to use FacesConverter

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 ?

Yes, you need to -

import javax.faces.convert.FacesConverter;

--Peddi

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM