Let’s say I specify an outputText component like this: <h:outputText value="#{ManagedBean.someProperty}"/> If I print a log message when the getter for someProperty is called and load the page, it...
  • May 20, 2022
  • 0 Comments
How can I validate if a String is null or empty using the c tags of JSTL? I have a variable of name var1 and I can display it,...
  • May 7, 2022
  • 0 Comments