JSTL Error: Unable to find a value for property in object of class using operator “.”

September 30th, 2009

Problem: You get this error while trying to access a property of an object in JSTL but you are absolutely sure that the property is present in the Class.
Solution: It is likely that the culprit is your getter method for the property or the way you are trying to access it in JSTL .

Shell script to remove spaces in file names

September 23rd, 2009

Ever ftp’d Windows files into a unix box and then found that some of your scripts break because the file names have spaces in them? Here are couple of one liners that will help fix this by removing one or more spaces in the file names.

Connect to Oracle database and run SQL from a shell script

September 15th, 2009

Although it is not usual (or preferred) to use a shell script to execute sql queries in Oracle, this recipe discusses how this can be done for those rare cases when you need to.

Mediawiki configuration: a quickstart tutorial

September 7th, 2009

This tutorial is a cheatsheet of post install customization of Mediawiki, covers user permissions configuration, look & feel customization and some basic editing configuration. Hopefully this will be of some help to other newbie Mediawiki admins like myself.

Sponsors