UI Layout Initialization Error-The center-pane element does not exist

后端 未结 4 1646
无人共我
无人共我 2021-01-18 09:01

I am using a Layout structure that has centerLayout, westLayout,northLayout

When i run the file, i take this following error: \"/UI Layout Initialization Error. Th

4条回答
  •  死守一世寂寞
    2021-01-18 09:12

    This happens when there is an error in the part of the page that is inside the center pane part. This can be an invalid xhtml tag, something wrong in a bean being called or whatever. Look in your server logging an see if there is anything there.

提交回复
热议问题