Using managed-property with CommandButton in Java Server Faces

后端 未结 3 1712
庸人自扰
庸人自扰 2021-01-23 08:11

In addition to my question \"Creating an “Edit my Item”-page in Java Server Faces with Facelets\" I would liek to cover an issue that this provided.

When I press the com

3条回答
  •  孤独总比滥情好
    2021-01-23 08:37

    This solved my problem

    
        
        
    
    

    Works like a Charm, it does however remove the visible GET-parameter, but it is still stored so that the faces-config can access param.id.

提交回复
热议问题