Title: [waffle-scm] [133] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java: fixed null pointer on WaffleServlet (needed to set RequestAttributeBinder from WaffleComponentRegistry
Revision
133
Author
mward
Date
2007-06-02 00:57:29 -0500 (Sat, 02 Jun 2007)

Log Message

fixed null pointer on WaffleServlet (needed to set RequestAttributeBinder from WaffleComponentRegistry

Modified Paths

Diff

Modified: trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java (132 => 133)

--- trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java	2007-06-02 05:49:45 UTC (rev 132)
+++ trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java	2007-06-02 05:57:29 UTC (rev 133)
@@ -94,6 +94,7 @@
             actionMethodExecutor = componentRegistry.getActionMethodExecutor();
             actionMethodResponseHandler = componentRegistry.getActionMethodResponseHandler();
             validator = componentRegistry.getValidator();
+            requestAttributeBinder = componentRegistry.getRequestAttributeBinder();
         }
     }
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to