You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/08/08 05:09:49 UTC

svn commit: r683814 - /incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/com/ecyrd/jspwiki/url/StripesURLConstructor.java

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