Author: ajaquith
Date: Thu Aug  7 20:09:49 2008
New Revision: 683814

URL: http://svn.apache.org/viewvc?rev=683814&view=rev
Log:
Beginning of Stripes JSP-tier refactoring.

Modified:
    
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java

Modified: 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java?rev=683814&r1=683813&r2=683814&view=diff
==============================================================================
--- 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java
 (original)
+++ 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java
 Thu Aug  7 20:09:49 2008
@@ -138,11 +138,11 @@
                 }
             }
             
-            // Set the event handler if not the default
-            if ( !handler.equals( HandlerInfo.getDefaultHandlerInfo( beanClass 
) ) )
-            {
-                urlBuilder.setEvent( handler.getEventName() );
-            }
+//            // Set the event handler if not the default
+//            if ( !handler.equals( HandlerInfo.getDefaultHandlerInfo( 
beanClass ) ) )
+//            {
+//                urlBuilder.setEvent( handler.getEventName() );
+//            }
         }
 
         // Append the other parameters


Reply via email to