Has anybody done something like this? <f:switch> <f:switch.case condition="..."> ... </f:switch.case> <f:switch.case condition="..." break="false"> ... </f:switch.case> <f:switch.default> ... </f:switch.default> </f:switch> Cheers, Tim