April 12, 2012 by Sandeep Bhardwaj | Tags: Liferay
There are many ways of doing below are the two solutions: Solution 1 : Add the </code> tag in portlet.xml <portlet-info> <title>xyz</title> <short-title>xyz</short-title> <keywords>xyz</keywords> </portlet-info> <portlet-preferences...
Read moreDecember 14, 2011 by Sandeep Bhardwaj | Tags: Struts2
A Struts 2 internationalizing(i18n), localization(i10n) example to show the use of resource bundle to display the message from different languages. Will create a simple login screen, display the message from resource bundle via the Struts 2 UI components, and change the locale base on the selecte...
Read moreNovember 28, 2011 by Sandeep Bhardwaj | Tags: Eclipse
Several ports (8005, 8080, 8009) required by Tomcat 6 at localhost are already in use. Today ,I faced a problem while running the tomcat with in the eclipse a popup appears and it says:- "Several ports (8005, 8080, 8009) required by Server (Tomcat 6) at localhost are already in use. The server ...
Read moreNovember 28, 2011 by Sandeep Bhardwaj | Tags: Liferay
Un Deploy Ext Plugin in Lifeay 6.0 Un deployment of ext plugin in liferay is a tricky task, so i found a simple solution for doing this instead of deleting all the ext files from tomcat. I made a bat file for this this bat file remove all the ext plugin related files from your tomcat directory. ...
Read moreOctober 18, 2011 by Sandeep Bhardwaj | Tags: Eclipse
Specified VM install not found: type Standard VM, name jre6 Some times when we are trying to run build.xml using ant in eclipse it will gives an error “Specified VM install not found: type Standard VM, name jre6” There is a simple solution for this just delete the launch file of that project. ...
Read more