Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
BalusC earned this badge 224 times |
jun 13 at 14:43
ServletRequest.getParameterMap() returns Map<String, String[]> and ServletRequest.getParameter() returns String?
jun 12 at 10:22
How do I get rid of annoying message on output log: PWC4011: ServletRequest.getReader() has already been called
jun 9 at 15:09
jstl foreach omit an element in last record
jun 3 at 20:31
How to get request URI without context path?
may 31 at 10:27
JSP using MVC and JDBC
may 29 at 15:06
How to convert Set<String> to String[]?
may 28 at 11:10
Add an Expires or a Cache-Control header in JSP
may 27 at 9:54
How to submit form on change of dropdown list?
may 27 at 5:19
Is there an easy way to compare two strings in a jsp?
may 24 at 16:01
HTML+CSS: 'a' width doesn't work
may 23 at 20:55
Java: how to get a File from an escaped URL?
may 21 at 14:23
What exactly is Java EE?
may 21 at 9:48
Java date/time format
may 20 at 18:37
How to read text file from relative path in a project?
may 20 at 14:41
Should logger be private static or not
may 19 at 10:26
How to remove border from PrimeFaces p:panelGrid?
may 18 at 14:10
What exactly is a Context in Java?
may 14 at 4:16
Java: Difference between PrintStream and PrintWriter
may 13 at 5:45
If…else in JSTL
may 9 at 12:14
How to prepopulate a <h:selectOneMenu> from a DB?
may 7 at 11:09
How do I send html email via Java?
may 6 at 11:33
How to iterate an Arraylist inside a HashMap using jstl?
may 3 at 20:42
JSF backing bean should be serializable?
may 2 at 0:52
How to make a dropdown menu of a enum in JSF
apr 30 at 15:32
How to call a static method in JSP/EL?
apr 27 at 11:23
(post deleted or otherwise unavailable)
apr 26 at 16:27
Format date in java
apr 25 at 4:50
How to parse date string to Date?
apr 24 at 10:14
Difference between View and Request scope in managed beans
apr 22 at 5:02
Why can't I use foreach on Java Enumeration?
apr 17 at 8:46
jquery json parsing
apr 16 at 16:55
ResultSet to Pagination
apr 16 at 6:45
Cannot use a Like query in a JDBC prepared statement?
apr 12 at 11:25
Reading a text file in Java
apr 7 at 13:09
How to get first day of a given week number in Java
apr 5 at 7:22
mojarra or myfaces (jsf2.0 starter)
apr 4 at 22:42
Is Cipher thread-safe?
apr 3 at 12:19
What components are MVC in JSF MVC framework?
apr 3 at 11:24
Conditionally displaying JSF components
apr 1 at 4:05
requestDispatcher Interface Vs sendRedirect
mar 29 at 20:54
Mixing JSF EL in a Javascript file
mar 28 at 12:42
Scanner vs. BufferedReader
mar 28 at 8:41
Should I close the servlet outputstream?
mar 27 at 15:36
How to reference components in JSF ajax? Cannot find component with identifier “foo” in view
mar 23 at 19:16
How do you subtract Dates in Java?
mar 22 at 13:18
What is lazy loading in Hibernate?
mar 21 at 17:01
Get query from java.sql.PreparedStatement
mar 21 at 4:25
Formatting a Date in JSP