I have a drop down list p:selectonemenu
and a checkbox p:selectbooleancheckbox
, when I select the checkbox, I want to set the selectonemenu
to a specific value. And I dont want the user to change it, so I set selectonemenu
disabled
attribute to true
. However, when it is disabled, its value does not appear inside the request parameter map, when I do facescontext.getcurrentinstance().getexternalcontext().getrequestparametermap()
, and I need its value to this map. Is there a way to get around this?
I writing a font-end to a legacy Servlet system, where they use request map parameters to obtain form attribute value.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…