up vote 2 down vote favorite
share [g+] share [fb]

Do the JSF selectOne and selectMany controls only allow submission of values defined in the given selectItems? I'm concerned about parameter spoofing, and if this was built-in, I wouldn't require a validator to ensure the selected value was one of the valid choices.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Yes, precisely. And no, you wouldn't require a validation to make sure no-parameter-spoofing. I remember, I needed to customize the behavior a year back , when the requirement was opposite.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.