Index: /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1496)
+++ /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1497)
@@ -24,5 +24,8 @@
 		<body-content>JSP</body-content>
 		<attribute>
-		<description></description>
+			<description>
+				The unique instance name under which the editor can be
+				retrieven through the API.
+			</description>
 			<name>instanceName</name>
 			<required>true</required>
@@ -30,20 +33,32 @@
 		</attribute>
 		<attribute>
-		<description></description>
+			<description>
+				Width of the FCKeditor instance in the browser window.
+			</description>
 			<name>width</name>
 			<type>java.lang.String</type>
 		</attribute>
 		<attribute>
-		<description></description>
+			<description>
+				Height of the FCKeditor instance in the browser window.
+			</description>
 			<name>height</name>
 			<type>java.lang.String</type>
 		</attribute>
 		<attribute>
-		<description></description>
+			<description>
+				The toolbar set which shall be displayed to the user.
+			</description>
 			<name>toolbarSet</name>
 			<type>java.lang.String</type>
 		</attribute>
 		<attribute>
-		<description></description>
+			<description>
+				The path/folder in which the editor is deployed under
+				the given context. The context path will be
+				automatically attached. For example, your context path
+				is '/myapp', supplying basePath="/fckeditor/" (note
+				trailing slashes!) results in '/myapp/fckeditor/'.
+			</description>
 			<name>basePath</name>
 			<type>java.lang.String</type>
@@ -100,5 +115,5 @@
 			<description>
 				Provide the feature name you want to check. Valid
-				features for now are [FileUpload, FileBrowsing,
+				features are [FileUpload, FileBrowsing,
 				CompatibleBrowser]
 			</description>
