183 reputation
112
bio website
location
age
visits member for 1 year
seen Jan 27 at 18:57
stats profile views 42

May
7
awarded  Popular Question
Apr
17
awarded  Popular Question
Mar
21
awarded  Popular Question
Jan
27
accepted How to use JSTL variable as the name of a HTML link
Jan
27
asked How to save an object in two different tables using Spring MVC and Hibernate
Jan
18
awarded  Popular Question
Jan
18
answered How to use JSTL variable as the name of a HTML link
Jan
18
revised How to use JSTL variable as the name of a HTML link
added 111 characters in body
Jan
18
asked How to use JSTL variable as the name of a HTML link
Jan
18
comment Implement pagination in JSP page in a Spring MVC and Hibernate application
Thanks for adding some more details Vincent :) Last question, the name of my link, that I want to be the number of the current page using ${page} is not interpreted, I am probably missing something: <li><a href="<c:url value="/listing.htm" ><c:param name="page" value="${page}"/>${page}</c:url>"></a></li>
Jan
16
comment Can't pass a parameter through the URL using <c:url> tag
It also works when only adding .htm, without the wildcard, thank you again :)
Jan
16
accepted Can't pass a parameter through the URL using <c:url> tag
Jan
16
comment Can't pass a parameter through the URL using <c:url> tag
That works like a charm, thank you :)
Jan
16
revised Can't pass a parameter through the URL using <c:url> tag
added 149 characters in body
Jan
16
asked Can't pass a parameter through the URL using <c:url> tag
Jan
15
comment Implement pagination in JSP page in a Spring MVC and Hibernate application
Thank you, I did follow your advice, no issue :) Do you know what is the best practice to manage the First, Previous, Next and Last buttons?
Jan
14
asked Implement pagination in JSP page in a Spring MVC and Hibernate application
Jan
14
asked Spring MVC and Hibernate - How to implement pagination?
Jan
13
asked Spring MVC - Spring Security : How to have two different “types” of users, to which I will display different content in the jsp pages
Jan
12
accepted Spring Security cannot reach custom userDetailsService Bean in Service layer