JSF and automatic reload of xhtml files

前端 未结 2 1800
半阙折子戏
半阙折子戏 2020-12-01 10:43

I had some problems with hot-reloading XHTML files using JRebel, Spring, JSF Mojarra 2.0.3 and WebLogic 10.3.

JRebel reloads regular Java classes and js/css files un

2条回答
  •  不思量自难忘°
    2020-12-01 11:08

    Here's how I fixed this for me:

    1. Verify that facelets plugin is enabled in your JRebel settings &
    2. Verify that you're using Project Stage Development in your web.xml

提交回复
热议问题