In my backing bean if I have a list, then I can use
rendered="#{not empty name}" or rendered="#{not null name}"
right? But if I have only instance variable(not a list), then can I use
rendered="#{not empty name}" ?
In my backing bean if I have a list, then I can use
rendered="#{not empty name}" or rendered="#{not null name}"
right? But if I have only instance variable(not a list), then can I use
rendered="#{not empty name}" ?