required attribute of inputText should depend on submitted value of another component

后端 未结 2 407
野的像风
野的像风 2020-12-29 00:20

I have a form which contains a dropdown and two input fields.




I would

2条回答
  •  无人及你
    2020-12-29 00:47

    Assuming you are using JSF 2.0: Let your SelectOneListBox execute with ajax and re-render the input fields on change of the list box:

    A quick sketch:

    
      
       ..
    
    
    
    

提交回复
热议问题