Author: thorsten
Date: Fri Dec 16 17:17:39 2005
New Revision: 357267
URL: http://svn.apache.org/viewcvs?rev=357267&view=rev
Log:
fixed contract injection behaviour
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=357267&r1=357266&r2=357267&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Fri Dec 16 17:17:39 2005
@@ -715,7 +715,7 @@
location = "result" + location;
else
location = "result/" + location;
- Node xpathNode= DOMUtil.getSingleNode(rootNode, path,
+ Node xpathNode= DOMUtil.getSingleNode(rootNode,
location,
this.processor);
if (xpathNode != null) {
// add everything *within* the forrest:part element