Click here to Skip to main content
15,896,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using JSF 1.2 for my application.

C#
<h:selectOneRadio styleClass="detailsFieldNameFont"
                                                                    value="#{employeebean.serviceRequestType}"
                                                                    valueChangeListener="#{employeebean.srTypeChanged}"


Is there any option to check condition in value..?

eg:-value="#{employeebean.serviceRequestType==3 ? '0' : '2'}" , while selection radio button it gives class cast exception.I want do on client side.


Thanks,
SivaSankar
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900