JSF 2.0 How to display a different h:panelGroup each time an item is selected from a selectOneMenu

前端 未结 4 2108
天涯浪人
天涯浪人 2021-01-07 06:40

I have a selectOneMenu that displays some different stuff categories:


        

        
4条回答
  •  渐次进展
    2021-01-07 06:56

    sourceId=null[severity=(ERROR 2), summary=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.), detail=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.)]

    Check your head tag , you may have missed the h prefix , write h:head , I solved the problem by using the prefix h.

提交回复
热议问题