Author: alexsmirnov
Date: 2009-09-30 15:45:51 -0400 (Wed, 30 Sep 2009)
New Revision: 15693
Modified:
tags/3.3.2.GA/samples/richfaces-demo/src/main/java/org/richfaces/demo/common/ComponentDescriptor.java
Log:
merged fix for missed tag information tab content from development branch
Modified:
tags/3.3.2.GA/samples/richfaces-demo/src/main/java/org/richfaces/demo/common/ComponentDescriptor.java
===================================================================
---
tags/3.3.2.GA/samples/richfaces-demo/src/main/java/org/richfaces/demo/common/ComponentDescriptor.java 2009-09-30
15:22:25 UTC (rev 15692)
+++
tags/3.3.2.GA/samples/richfaces-demo/src/main/java/org/richfaces/demo/common/ComponentDescriptor.java 2009-09-30
19:45:51 UTC (rev 15693)
@@ -139,7 +139,7 @@
if (pos > 0) {
return tldDocLocation.substring(pos);
}
- return tldDocLocation;
+ return "tlddoc/" + tldDocLocation;
}
public String getTagUsageLocation() {
Show replies by date