In this tutorial I’ll show you how to use the annotation way to validate your form in portlet with spring […]
Read MoreSpringMVC Digest Jenkin RSS Feed
The following tutorial will demo how to write a simple web application using spring mvc and thymeleaf and read the […]
Read MoreErrors/BindingResult argument declared without preceding model attribute. Check your handler method signature!
This is not the new thing to discover, but just a common mistake done by developer. The following stack trace […]
Read MoreLiferay autocomplete example
This tutorial I’ll show you how to create the autocomple with jQuery plugin with liferay portlet serve as backend code. […]
Read MoreSpring Portlet IPC – Inter-portlet communications
Portlet 2.0 support inter-portlet communication, the following simple example show the step by step together using spring and portlet. You […]
Read MoreHow to get message properties value on server side
This example I’ll show how to get message properties value from server side.
Read MoreSpring MVC + Enum + PropertyEditorSupport
Problem: when we have enum values to display on the form:select tag. Sometimes and it will hits the problem like […]
Read More