if else statements in JSF

How would I do this in JSF?I have radio A and radio B.If radio A is selected, then table A is displayelse if radio B is selected, then table B is displayThanks.
[195 byte] By [KY8a] at [2007-11-27 9:49:48]
# 1
You would use the rendered property in both tables and write a rendered function that checks whether the radio button is selected or not.Martin
martin_dubuca at 2007-7-13 0:18:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...