Originally posted by Gopu Akraju:
Can it be done though event handling of JSF components without AJAX? I am looking for the possibility. Thanks.
Yes, although it requires a page refresh. In that case, use the "render=" attribute on the drop down menu and make it refer to a backing bean variable that gets set by the "yes" option button.
AJAX-enabled JSF tags, such as RichFaces can also handle this using a partial page request.