How to use JSF h:messages better?

前端 未结 3 1345
执笔经年
执笔经年 2020-12-05 03:07

My Objective is to use h:messages to convey user - error and confirmation messages. The CSS styles to show these two different messages are different, In fact I

3条回答
  •  借酒劲吻你
    2020-12-05 03:37

    change to

    displays all messages for the current context, displays a specific message.

    and I believe you want to change id to for to give it a target, but I could be wrong.

提交回复
热议问题