Exemplo n.º 1
0
 public static String printSelectedAttribs(
     String optionValue, String requestValue, String toPrint) {
   return HTML.printSelectedAttribs(optionValue, new String[] {requestValue}, toPrint);
 }
Exemplo n.º 2
0
 public static String printSelectedAttribs(
     Long optionValue, String[] requestValue, String toPrint) {
   return HTML.printSelectedAttribs(optionValue.toString(), requestValue, toPrint);
 }