How to remove border of portlet in Liferay 6.0.

April 12, 2012 by Sandeep Bhardwaj | Tags:

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 more

Localization (i18n) in Struts2

December 14, 2011 by Sandeep Bhardwaj | Tags:

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 more

Several ports (8005, 8080, 8009) required by Tomcat 6 at localhost are already in use

November 28, 2011 by Sandeep Bhardwaj | Tags:

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 more

Un Deploy Ext plugin in liferay

November 28, 2011 by Sandeep Bhardwaj | Tags:

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 more

Specified VM install not found:- Eclipse

October 18, 2011 by Sandeep Bhardwaj | Tags:

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