JSF xmlns URI not registered in IntelliJ IDEA

前端 未结 8 659
再見小時候
再見小時候 2020-12-09 18:21

Here is the start of my JSF file:




        
相关标签:
8条回答
  • 2020-12-09 19:01

    you could also add "urn:import:<url>"

    example: xmlns:d="urn:import:com.mypackage.mylovelycode"

    0 讨论(0)
  • 2020-12-09 19:04

    I had the same issue... but in my case, the problem was that by mistake I saved file with extension ".xml". Changing it into ".xhtml" solved the problem

    0 讨论(0)
提交回复
热议问题