svn commit: r557568 - in /struts/struts2/trunk/core/src/main/resources: struts-default.xml struts-portlet-default.xml

2007-07-19 Thread nilsga
Author: nilsga
Date: Thu Jul 19 03:56:57 2007
New Revision: 557568

URL: http://svn.apache.org/viewvc?view=rev&rev=557568
Log:
WW-1645 Refactored portlet support into a plugin. Some missing files from last 
commit.

Removed:
struts/struts2/trunk/core/src/main/resources/struts-portlet-default.xml
Modified:
struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=557568&r1=557567&r2=557568
==
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Thu Jul 19 
03:56:57 2007
@@ -39,6 +39,8 @@
 
 
 
+   
+   
 
 
 




svn commit: r562126 - in /struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources: ./ src/main/webapp/WEB-INF/ src/main/webapp/WEB-INF/tld/ src/main/webapp/test-portal/

2007-08-02 Thread nilsga
Author: nilsga
Date: Thu Aug  2 07:38:35 2007
New Revision: 562126

URL: http://svn.apache.org/viewvc?view=rev&rev=562126
Log:
Added inactive configuration and files for pluto embedded with the 
maven-jetty-plugin

Added:

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/pluto-portal-driver-config.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/tld/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/tld/pluto.tld

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/test-portal/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/test-portal/index.jsp
Modified:

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?view=diff&rev=562126&r1=562125&r2=562126
==
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 Thu Aug  2 07:38:35 2007
@@ -1,88 +1,137 @@
-
-
-
-   4.0.0
-   ${groupId}
-   ${artifactId}
-   war
-   ${version}
-   Struts 2 Portlet
-   http://www.myComp.com
-   Struts 2 Portlet
-   
-   
-   
-   
-   junit
-   junit
-   3.8.1
-   test
-   
-
-   
-   
-org.apache.struts
-struts2-core
-2.0.9
-
-
-
-org.apache.struts
-struts2-codebehind-plugin
-2.0.9
-
-
-commons-lang
-commons-lang
-2.1
-
-
-   
-   
-   javax.servlet
-   servlet-api
-   2.4
-   provided
-   
-   
-   javax.servlet
-   jsp-api
-   2.0
-   provided
-   
-
-portlet-api
-portlet-api
-1.0
-provided
-
-
-   
-
-  ${artifactId}
-   
-   
-maven-compiler-plugin
-
-   1.5
-   1.5
-
-
-   
-   org.mortbay.jetty
-   maven-jetty-plugin
-   6.1.1
-   
-   10
-   
-
-
-portlet-api
-portlet-api
-1.0
-
-
-   
-   
-
-
+
+
+
+   4.0.0
+   ${groupId}
+   ${artifactId}
+   war
+   ${version}
+   Struts 2 Portlet
+   http://www.myComp.com
+   Struts 2 Portlet
+   
+   
+   
+   
+   junit
+   junit
+   3.8.1
+   test
+   
+
+   
+   
+org.apache.struts
+struts2-core
+2.0.9
+
+
+
+org.apache.struts
+struts2-codebehind-plugin
+2.0.9
+
+
+commons-lang
+commons-lang
+2.1
+
+
+   
+   
+   javax.servlet
+   servlet-api
+   2.4
+   provided
+   
+   
+   javax.servlet
+   jsp-api
+   2.0
+   provided
+   
+
+portlet-api
+portlet-api
+1.0
+provided
+
+
+   
+
+  ${artifactId}
+   
+   
+maven-compiler-plugin
+
+   1.5
+  

svn commit: r564120 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/ main/java/org/apache/struts2/portlet/dispatcher/ main/java/org/apache/struts2/portlet/result/

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 00:14:51 2007
New Revision: 564120

URL: http://svn.apache.org/viewvc?view=rev&rev=564120
Log:
WW-2052 Put location from renderDirect action in session instead of render 
parameter

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DirectRenderFromEventAction.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/result/PortletResultTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java?view=diff&rev=564120&r1=564119&r2=564120
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 Thu Aug  9 00:14:51 2007
@@ -103,4 +103,14 @@
  * [EMAIL PROTECTED] 
org.apache.struts2.portlet.context.PortletActionContext}.
  */
 String DEFAULT_ACTION_FOR_MODE = "struts.portlet.defaultActionForMode";
+
+/**
+ * Key for request attribute indicating if the action has been reset. 
+ */
+String ACTION_RESET = "struts.portlet.actionReset";
+
+/**
+ * Key for session attribute indicating the location of the render direct 
action.
+ */
+String RENDER_DIRECT_LOCATION = "struts.portlet.renderDirectLocation";
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DirectRenderFromEventAction.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DirectRenderFromEventAction.java?view=diff&rev=564120&r1=564119&r2=564120
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DirectRenderFromEventAction.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DirectRenderFromEventAction.java
 Thu Aug  9 00:14:51 2007
@@ -23,6 +23,10 @@
 import com.opensymphony.xwork2.Action;
 
 import java.io.Serializable;
+import java.util.Map;
+
+import org.apache.struts2.interceptor.SessionAware;
+import org.apache.struts2.portlet.PortletActionConstants;
 
 /**
  * When a portlet is targetted for an event, the portlet will 
receive two
@@ -38,7 +42,7 @@
  * specifying this action and the location of the view, which then will be 
executed in the
  * following render request.
  */
-public class DirectRenderFromEventAction implements Action, Serializable {
+public class DirectRenderFromEventAction implements SessionAware, 
PortletActionConstants, Action, Serializable {
 
 private static final long serialVersionUID = -1814807772308405785L;
 
@@ -54,15 +58,6 @@
 }
 
 /**
- * Set the location of the view.
- *
- * @param location The location to set.
- */
-public void setLocation(String location) {
-this.location = location;
-}
-
-/**
  * Always return success.
  *
  * @return SUCCESS
@@ -70,4 +65,8 @@
 public String execute() throws Exception {
 return SUCCESS;
 }
+
+   public void setSession(Map session) {
+   location = (String)session.get(RENDER_DIRECT_LOCATION);
+   }
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java?view=diff&rev=564120&r1=564119&r2=564120
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 Thu Aug  9 00:14:51 2007
@@ -21,6 +21,7 @@
 package org.apache.struts2.portlet.result;
 
 import java.io.IOException;
+import java.util.Map;
 import java.util.StringTokenizer;
 
 import javax.portlet.ActionResponse;
@@ -48,7 +49,7 @@
  * Result type that includes a JSP to render.
  *
  */
-public class PortletResult extends StrutsResultSupport {
+public class PortletResult extends StrutsResultSupport implements 
PortletActionConstants {
 
 private static final long serialVersionUID 

svn commit: r564246 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 08:36:52 2007
New Revision: 564246

URL: http://svn.apache.org/viewvc?view=rev&rev=564246
Log:
WW-1989,WW-2053 Provide "mock" implentation of servlet classes wrapping the 
portlet classes. Eases reuse of components/interceptors that has references to 
servlet api objects.

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletHttpSession.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletConfig.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletContext.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletInputStream.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletOutputStream.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletRequest.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletRequestDispatcher.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletServletResponse.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/package.html

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletHttpSession.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletHttpSession.java?view=auto&rev=564246
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletHttpSession.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/servlet/PortletHttpSession.java
 Thu Aug  9 08:36:52 2007
@@ -0,0 +1,214 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.servlet;
+
+import java.util.ArrayList;
+import java.util.Enumeration;
+import java.util.List;
+
+import javax.portlet.PortletSession;
+import javax.servlet.ServletContext;
+import javax.servlet.http.HttpSession;
+import javax.servlet.http.HttpSessionContext;
+
+/**
+ * Wrapper object exposing a [EMAIL PROTECTED] PortletSession} as a [EMAIL 
PROTECTED] HttpSession} instance.
+ * Clients accessing this session object will in fact operate on the
+ * [EMAIL PROTECTED] PortletSession} object wrapped by this session object.
+ */
+public class PortletHttpSession implements HttpSession {
+
+   private PortletSession portletSession;
+
+   public PortletHttpSession(PortletSession portletSession) {
+   this.portletSession = portletSession;
+   }
+
+   /*
+* (non-Javadoc)
+* 
+* @see javax.servlet.http.HttpSession#getAttribute(java.lang.String)
+*/
+   public Object getAttribute(String name) {
+   return portletSession.getAttribute(name);
+   }
+
+   /*
+* (non-Javadoc)
+* 
+* @see javax.servlet.http.HttpSession#getAttributeNames()
+*/
+   public Enumeration getAttributeNames() {
+   return portletSession.getAttributeNames();
+   }
+
+   /*
+* (non-Javadoc)
+* 
+* @see javax.servlet.http.HttpSession#getCreationTime()
+*/
+   public long getCreationTime() {
+   return portletSession.getCreationTime();
+   }
+
+   /*
+* (non-Javadoc)
+* 
+* @see javax.servlet.http.HttpSession#getId()
+*/
+   public String getId() {
+   return portletSession.getId();
+   }
+
+   /*
+* (non-Javadoc)
+* 
+* @see javax.servlet.http.HttpSession#getLastAccessedTime()
+*/
+   public long getLastAccessedTime() {
+   return portletSession.getLastAccessedTime();
+   

svn commit: r564279 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 10:00:49 2007
New Revision: 564279

URL: http://svn.apache.org/viewvc?view=rev&rev=564279
Log:
Added method to get the portlet context

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java?view=diff&rev=564279&r1=564278&r2=564279
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 Thu Aug  9 10:00:49 2007
@@ -25,11 +25,13 @@
 import javax.portlet.ActionRequest;
 import javax.portlet.ActionResponse;
 import javax.portlet.PortletConfig;
+import javax.portlet.PortletContext;
 import javax.portlet.PortletRequest;
 import javax.portlet.PortletResponse;
 import javax.portlet.RenderRequest;
 import javax.portlet.RenderResponse;
 
+import org.apache.struts2.StrutsStatics;
 import org.apache.struts2.dispatcher.mapper.ActionMapping;
 import org.apache.struts2.portlet.PortletActionConstants;
 
@@ -192,6 +194,14 @@
  */
 public static Map getModeNamespaceMap() {
 return (Map)getContext().get(MODE_NAMESPACE_MAP);
+}
+
+/**
+ * Get the portlet context.
+ * @return The portlet context.
+ */
+public static PortletContext getPortletContext() {
+   return 
(PortletContext)getContext().get(StrutsStatics.STRUTS_PORTLET_CONTEXT);
 }
 
 }




svn commit: r564280 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 10:06:07 2007
New Revision: 564280

URL: http://svn.apache.org/viewvc?view=rev&rev=564280
Log:
WW-1989,WW-2053,WW-2096 Push action on stack instead of action proxy. Also use 
the new wrapper servlet objects to support components/interceptors that rely on 
the servlet classes.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?view=diff&rev=564280&r1=564279&r2=564280
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Thu Aug  9 10:06:07 2007
@@ -21,6 +21,7 @@
 package org.apache.struts2.portlet.dispatcher;
 
 import java.io.IOException;
+import java.util.Collection;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Locale;
@@ -37,6 +38,9 @@
 import javax.portlet.RenderRequest;
 import javax.portlet.RenderResponse;
 import javax.portlet.WindowState;
+import javax.servlet.ServletContext;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
@@ -55,18 +59,21 @@
 import org.apache.struts2.portlet.PortletSessionMap;
 import org.apache.struts2.portlet.context.PortletActionContext;
 import org.apache.struts2.portlet.context.ServletContextHolderListener;
-import org.apache.struts2.portlet.util.HttpServletRequestMock;
+import org.apache.struts2.portlet.servlet.PortletServletContext;
+import org.apache.struts2.portlet.servlet.PortletServletRequest;
+import org.apache.struts2.portlet.servlet.PortletServletResponse;
 import org.apache.struts2.util.AttributeMap;
 
-import com.opensymphony.xwork2.util.FileManager;
-import com.opensymphony.xwork2.util.ValueStack;
 import com.opensymphony.xwork2.ActionContext;
 import com.opensymphony.xwork2.ActionProxy;
 import com.opensymphony.xwork2.ActionProxyFactory;
+import com.opensymphony.xwork2.ValidationAware;
 import com.opensymphony.xwork2.config.ConfigurationException;
 import com.opensymphony.xwork2.inject.Container;
+import com.opensymphony.xwork2.util.FileManager;
 import com.opensymphony.xwork2.util.LocalizedTextUtil;
 import com.opensymphony.xwork2.util.TextUtils;
+import com.opensymphony.xwork2.util.ValueStack;
 
 /**
  * 
@@ -339,11 +346,22 @@
  */
 public HashMap createContextMap(Map requestMap, Map parameterMap,
 Map sessionMap, Map applicationMap, PortletRequest request,
-PortletResponse response, PortletConfig portletConfig, Integer 
phase) {
+PortletResponse response, PortletConfig portletConfig, Integer 
phase) throws IOException {
 
 // TODO Must put http request/response objects into map for use with
+   HttpServletResponse dummyResponse = new 
PortletServletResponse(response);
+   HttpServletRequest dummyRequest = new PortletServletRequest(request, 
getPortletContext());
+   ServletContext dummyServletContext = new 
PortletServletContext(getPortletContext());
+   if(EVENT_PHASE.equals(phase)) {
+   dummyRequest = dispatcherUtils.wrapRequest(dummyRequest, 
dummyServletContext);
+   }
 // ServletActionContext
 HashMap extraContext = new HashMap();
+// The dummy servlet objects. Eases reuse of existing interceptors 
that uses the servlet objects.
+extraContext.put(StrutsStatics.HTTP_REQUEST, dummyRequest);
+extraContext.put(StrutsStatics.HTTP_RESPONSE, dummyResponse);
+extraContext.put(StrutsStatics.SERVLET_CONTEXT, dummyServletContext);
+// End dummy servlet objects
 extraContext.put(ActionContext.PARAMETERS, parameterMap);
 extraContext.put(ActionContext.SESSION, sessionMap);
 extraContext.put(ActionContext.APPLICATION, applicationMap);
@@ -400,13 +418,13 @@
 Map sessionMap, Map applicationMap, String portletNamespace,
 Integer phase) throws PortletException {
 LOG.debug("serviceAction");
-HashMap extraContext = createContextMap(requestMap, parameterMap,
-sessionMap, applicationMap, request, response,
-getPortletConfig(), phase);
 String actionName = mapping.getName();
 String namespace = mapping.getNamespace();
 Dispatcher.setInstance(dispatcherUtils);
 try {
+HashMap extraContext = createContextMap(requestMap, parameterMap,
+sessionMap, applica

svn commit: r564282 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/interceptor/ main/resources/ test/java/org/apache/struts2/portlet/interceptor/

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 10:15:28 2007
New Revision: 564282

URL: http://svn.apache.org/viewvc?view=rev&rev=564282
Log:
WW-2097 New "aware" interfaces and interceptor. The PortletAwareInterceptor 
replaces the PortletPreferencesInterceptor.

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletContextAware.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletRequestAware.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletResponseAware.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
Modified:
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java?view=auto&rev=564282
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
 Thu Aug  9 10:15:28 2007
@@ -0,0 +1,84 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.interceptor;
+
+import javax.portlet.PortletContext;
+import javax.portlet.PortletRequest;
+import javax.portlet.PortletResponse;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.struts2.StrutsStatics;
+import org.apache.struts2.interceptor.PrincipalAware;
+import org.apache.struts2.portlet.PortletActionConstants;
+
+import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.ActionInvocation;
+import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
+
+public class PortletAwareInterceptor extends AbstractInterceptor implements 
PortletActionConstants, StrutsStatics {
+
+   private static final long serialVersionUID = 2476509721059587700L;
+   
+   private static final Log LOG = 
LogFactory.getLog(PortletAwareInterceptor.class);
+
+   /**
+ * Sets action properties based on the interfaces an action implements. 
Things like application properties,
+ * parameters, session attributes, etc are set based on the implementing 
interface.
+ *
+ * @param invocation an encapsulation of the action execution state.
+ * @throws Exception if an error occurs when setting action properties.
+ */
+public String intercept(ActionInvocation invocation) throws Exception {
+final Object action = invocation.getAction();
+final ActionContext context = invocation.getInvocationContext();
+
+if (action instanceof PortletRequestAware) {
+PortletRequest request = (PortletRequest) context.get(REQUEST);
+((PortletRequestAware) action).setPortletRequest(request);
+}
+
+if (action instanceof PortletResponseAware) {
+PortletResponse response = (PortletResponse) context.get(RESPONSE);
+((PortletResponseAware) action).setPortletResponse(response);
+}
+if (action instanceof PrincipalAware) {
+PortletRequest request = (PortletRequest) context.get(REQUEST);
+((PrincipalAware) action).setPrincipalProxy(new 
PortletPrincipalProxy(request));
+}
+if (action instanceof PortletContextAware) {
+PortletContext portletContext = (PortletContext) 
context.get(STRUTS_PORTLET_CONTEXT);
+((PortletContextAware) action).setPortletContext(portletContext);
+  

svn commit: r564283 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletPreferencesInterceptor.java

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 10:16:06 2007
New Revision: 564283

URL: http://svn.apache.org/viewvc?view=rev&rev=564283
Log:
WW-2097 The PortletAwareInterceptor replaces the PortletPreferencesInterceptor.

Removed:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletPreferencesInterceptor.java



svn commit: r564287 - /struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 10:29:01 2007
New Revision: 564287

URL: http://svn.apache.org/viewvc?view=rev&rev=564287
Log:
WW-2096 Missing test-change that subclipse didn't pick up...

Modified:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java?view=diff&rev=564287&r1=564286&r2=564287
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
 Thu Aug  9 10:29:01 2007
@@ -171,7 +171,7 @@
 initRequest(requestParams, new HashMap(), new HashMap(), new 
HashMap(), PortletMode.VIEW, WindowState.NORMAL, true, null);
 setupActionFactory("/view", "testAction", "success", 
ValueStackFactory.getFactory().createValueStack());
 Constraint[] paramConstraints = new Constraint[] {
-eq(PortletActionConstants.EVENT_ACTION), 
same(mockActionProxy.proxy()) };
+eq(PortletActionConstants.EVENT_ACTION), 
same(mockAction.proxy()) };
 
 mockSession.expects(once()).method("setAttribute").with(
 paramConstraints);




svn commit: r564485 - in /struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet: PortletRequestMapTest.java PortletSessionMapTest.java

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 23:37:07 2007
New Revision: 564485

URL: http://svn.apache.org/viewvc?view=rev&rev=564485
Log:
WW-1836 Order of the entries in the entry set is not guaranteed.

Modified:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java?view=diff&rev=564485&r1=564484&r2=564485
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
 Thu Aug  9 23:37:07 2007
@@ -96,12 +96,22 @@
 assertEquals(2, entries.size());
 Iterator it = entries.iterator();
 Map.Entry entry = (Map.Entry)it.next();
-assertEquals("testAttribute1", entry.getKey());
-assertEquals("testValue1", entry.getValue());
+checkEntry(entry);
 entry = (Map.Entry)it.next();
-assertEquals("testAttribute2", entry.getKey());
-assertEquals("testValue2", entry.getValue());
+checkEntry(entry);
 
 }
+
+   private void checkEntry(Map.Entry entry) {
+   if(entry.getKey().equals("testAttribute1")) {
+   assertEquals("testValue1", entry.getValue());
+}
+else if(entry.getKey().equals("testAttribute2")) {
+   assertEquals("testValue2", entry.getValue());
+}
+else {
+   fail("Unexpected entry in etry set: " + entry);
+}
+   }
 
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java?view=diff&rev=564485&r1=564484&r2=564485
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java
 Thu Aug  9 23:37:07 2007
@@ -99,12 +99,23 @@
 assertEquals(2, entries.size());
 Iterator it = entries.iterator();
 Map.Entry entry = (Map.Entry)it.next();
-assertEquals("testAttribute1", entry.getKey());
-assertEquals("testValue1", entry.getValue());
+checkEntry(entry);
 entry = (Map.Entry)it.next();
-assertEquals("testAttribute2", entry.getKey());
-assertEquals("testValue2", entry.getValue());
+checkEntry(entry);
 
 }
+
+   private void checkEntry(Map.Entry entry) {
+   if(entry.getKey().equals("testAttribute1")) {
+   assertEquals("testValue1", entry.getValue());
+}
+else if(entry.getKey().equals("testAttribute2")) {
+   assertEquals("testValue2", entry.getValue());
+}
+else {
+   fail("Unexpected entry in etry set: " + entry);
+}
+   }
+
 
 }




svn commit: r564476 - in /struts/struts2/trunk/plugins/portlet: ./ src/main/java/org/apache/struts2/portlet/ src/test/java/org/apache/struts2/portlet/

2007-08-09 Thread nilsga
Author: nilsga
Date: Thu Aug  9 23:07:48 2007
New Revision: 564476

URL: http://svn.apache.org/viewvc?view=rev&rev=564476
Log:
WW-1836 Refactored unit tests for PortletSessionMap and PortletRequestMap. Also 
removed some unecessary logging.

Added:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java
Modified:
struts/struts2/trunk/plugins/portlet/pom.xml

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletRequestMap.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletSessionMap.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java

Modified: struts/struts2/trunk/plugins/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?view=diff&rev=564476&r1=564475&r2=564476
==
--- struts/struts2/trunk/plugins/portlet/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet/pom.xml Thu Aug  9 23:07:48 2007
@@ -112,6 +112,13 @@
 test
 

+
+log4j
+log4j
+1.2.9
+test
+
+   
 
 
 org.springframework

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletRequestMap.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletRequestMap.java?view=diff&rev=564476&r1=564475&r2=564476
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletRequestMap.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletRequestMap.java
 Thu Aug  9 23:07:48 2007
@@ -49,15 +49,6 @@
  */
 public PortletRequestMap(PortletRequest request) {
 this.request = request;
-if(LOG.isDebugEnabled()) {
-LOG.debug("Dumping request parameters: ");
-Iterator params = request.getParameterMap().keySet().iterator();
-while(params.hasNext()) {
-String key = (String)params.next();
-String val = request.getParameter(key);
-LOG.debug(key + " = " + val);
-}
-}
 }
 
 /**

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletSessionMap.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletSessionMap.java?view=diff&rev=564476&r1=564475&r2=564476
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletSessionMap.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletSessionMap.java
 Thu Aug  9 23:07:48 2007
@@ -52,15 +52,6 @@
  */
 public PortletSessionMap(PortletRequest request) {
 this.session = request.getPortletSession();
-if(LOG.isDebugEnabled()) {
-LOG.debug("Dumping session info: ");
-Enumeration enumeration = session.getAttributeNames();
-while(enumeration.hasMoreElements()) {
-String key = (String)enumeration.nextElement();
-Object val = session.getAttribute(key);
-LOG.debug(key + " = " + val);
-}
-}
 }
 
 /**

Added: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java?view=auto&rev=564476
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
 Thu Aug  9 23:07:48 2007
@@ -0,0 +1,165 @@
+package org.apache.struts2.portlet;
+
+import java.security.Principal;
+import java.util.Collections;
+import java.util.Enumeration;
+import java.util.HashMap;
+import java.util.Locale;
+import java.util.Map;
+
+import javax.portlet.PortalContext;
+import javax.portlet.PortletMode;
+import javax.portlet.PortletPreferences;
+import javax.portlet.PortletRequest;
+import javax.portlet.P

svn commit: r564609 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/interceptor/ test/java/org/apache/struts2/portlet/

2007-08-10 Thread nilsga
Author: nilsga
Date: Fri Aug 10 07:45:51 2007
New Revision: 564609

URL: http://svn.apache.org/viewvc?view=rev&rev=564609
Log:
Added missing license headers.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java?view=diff&rev=564609&r1=564608&r2=564609
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 Fri Aug 10 07:45:51 2007
@@ -1,3 +1,23 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.struts2.portlet.interceptor;
 
 import java.util.Map;

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java?view=diff&rev=564609&r1=564608&r2=564609
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java
 Fri Aug 10 07:45:51 2007
@@ -1,3 +1,23 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.struts2.portlet;
 
 import java.security.Principal;

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java?view=diff&rev=564609&r1=564608&r2=564609
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java
 Fri Aug 10 07:45:51 2007
@@ -1,3 +1,23 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software d

svn commit: r564610 - /struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java

2007-08-10 Thread nilsga
Author: nilsga
Date: Fri Aug 10 07:46:41 2007
New Revision: 564610

URL: http://svn.apache.org/viewvc?view=rev&rev=564610
Log:
Added missing license headers.

Modified:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java?view=diff&rev=564610&r1=564609&r2=564610
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
 Fri Aug 10 07:46:41 2007
@@ -1,3 +1,23 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.struts2.portlet.interceptor;
 
 import java.util.HashMap;




svn commit: r564602 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/context/ main/java/org/apache/struts2/portlet/dispatcher/ main/java/org/apache/struts2/portlet/

2007-08-10 Thread nilsga
Author: nilsga
Date: Fri Aug 10 07:16:24 2007
New Revision: 564602

URL: http://svn.apache.org/viewvc?view=rev&rev=564602
Log:
WW-2053,WW-2101 Removed ServletContextHolder - Using mock servlet object 
instead. New interceptor for state handling.

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
Removed:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/context/ServletContextHolderListenerTest.java
Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?view=diff&rev=564602&r1=564601&r2=564602
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Fri Aug 10 07:16:24 2007
@@ -21,7 +21,6 @@
 package org.apache.struts2.portlet.dispatcher;
 
 import java.io.IOException;
-import java.util.Collection;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Locale;
@@ -58,7 +57,6 @@
 import org.apache.struts2.portlet.PortletRequestMap;
 import org.apache.struts2.portlet.PortletSessionMap;
 import org.apache.struts2.portlet.context.PortletActionContext;
-import org.apache.struts2.portlet.context.ServletContextHolderListener;
 import org.apache.struts2.portlet.servlet.PortletServletContext;
 import org.apache.struts2.portlet.servlet.PortletServletRequest;
 import org.apache.struts2.portlet.servlet.PortletServletResponse;
@@ -67,13 +65,11 @@
 import com.opensymphony.xwork2.ActionContext;
 import com.opensymphony.xwork2.ActionProxy;
 import com.opensymphony.xwork2.ActionProxyFactory;
-import com.opensymphony.xwork2.ValidationAware;
 import com.opensymphony.xwork2.config.ConfigurationException;
 import com.opensymphony.xwork2.inject.Container;
 import com.opensymphony.xwork2.util.FileManager;
 import com.opensymphony.xwork2.util.LocalizedTextUtil;
 import com.opensymphony.xwork2.util.TextUtils;
-import com.opensymphony.xwork2.util.ValueStack;
 
 /**
  * 
@@ -84,7 +80,7 @@
  * 
  * 
  *
- * @author Nils-Helge Garli 
+ * @author Nils-Helge Garli
  * @author Rainer Hermanns
  *
  * Init parameters
@@ -196,8 +192,7 @@
 params.put(name, value);
 }
 
-Dispatcher.setPortletSupportActive(true);
-dispatcherUtils = new 
Dispatcher(ServletContextHolderListener.getServletContext(), params);
+dispatcherUtils = new Dispatcher(new 
PortletServletContext(cfg.getPortletContext()), params);
 dispatcherUtils.init();
 
 // For testability
@@ -432,26 +427,7 @@
 proxy.setMethod(mapping.getMethod());
 request.setAttribute("struts.valueStack", proxy.getInvocation()
 .getStack());
-if (PortletActionConstants.RENDER_PHASE.equals(phase)
-&& TextUtils.stringSet(request
-.getParameter(EVENT_ACTION))) {
-Object action = request.getPortletSession()
-.getAttribute(EVENT_ACTION);
-if (action != null) {
-ValueStack stack = proxy.getInvocation().getStack();
-Object top = stack.pop();
-stack.push(action);
-stack.push(top);
-}
-}
 proxy.execute();
-if (PortletActionConstants.EVENT_PHASE.equals(phase)) {
-// Store the executed action in the session for retrieval in 
the
-// render phase.
-ActionResponse actionResp = (ActionResponse) response;
-request.getPortletSession().setAttribute(EVENT_ACTION, 
proxy.getAction());
-actionResp.setRenderParameter(EVENT_ACTION, "true");
-}
 } catch (ConfigurationException e) {
 LOG.error("Could not find action", e);
 throw new PortletException("Could not find action " + actionName, 
e);

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
URL: 
http://svn

svn commit: r564599 - in /struts/struts2/trunk: apps/portlet/src/main/webapp/WEB-INF/ plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ plugins/portlet/src/main/java/org/apache/struts2

2007-08-10 Thread nilsga
Author: nilsga
Date: Fri Aug 10 07:05:17 2007
New Revision: 564599

URL: http://svn.apache.org/viewvc?view=rev&rev=564599
Log:
WW-2101 Removed PreparatorServlet - Replaced by mock servlet implementation 
classes in org.apache.struts2.portlet.servlet

Removed:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/context/PreparatorServletTest.java
Modified:
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletVelocityResult.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/views/freemarker/PortletFreemarkerResult.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/result/PortletResultTest.java

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml?view=diff&rev=564599&r1=564598&r2=564599
==
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml Fri Aug 
10 07:05:17 2007
@@ -1,16 +1,13 @@
 
-
-http://java.sun.com/dtd/web-app_2_3.dtd";>
-
+http://java.sun.com/dtd/web-app_2_3.dtd";>
 
-
-
-
-contextConfigLocation
-/WEB-INF/applicationContext*.xml
-
+   
+   
+   contextConfigLocation
+   
+   /WEB-INF/applicationContext*.xml
+   
+   
 
 
 Struts2
@@ -21,28 +18,11 @@
 Struts2
 /*
 
+   
+   
+
org.springframework.web.context.ContextLoaderListener
+   
+   
 
-
-
org.springframework.web.context.ContextLoaderListener
-
-
-
-
org.apache.struts2.portlet.context.ServletContextHolderListener
-
-
-
-preparator
-
org.apache.struts2.portlet.context.PreparatorServlet
-
-
-
-dwr
-uk.ltd.getahead.dwr.DWRServlet
-
-
-
-dwr
-/dwr/*
-
 
 

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java?view=diff&rev=564599&r1=564598&r2=564599
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 Fri Aug 10 07:05:17 2007
@@ -180,20 +180,6 @@
 res.setTitle(title);
 }
 LOG.debug("Location: " + finalLocation);
-PortletRequestDispatcher preparator = cfg.getPortletContext()
-.getNamedDispatcher("preparator");
-if(preparator == null) {
-throw new PortletException("Cannot look up 'preparator' servlet. 
Make sure that you" +
-"have configured it correctly in the web.xml file.");
-}
-new IncludeTemplate() {
-protected void when(PortletException e) {
-LOG.error("PortletException while dispatching to 'preparator' 
servlet", e);
-}
-protected void when(IOException e) {
-LOG.error("IOException while dispatching to 'preparator' 
servlet", e);
-}
-}.include(preparator, req, res);
 PortletRequestDispatcher dispatcher = 
cfg.getPortletContext().getRequestDispatcher(finalLocation);
 if(dispatcher == null) {
 throw new PortletException("Could not locate dispatcher for '" + 
finalLocation + "'");

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletVelocityResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletVelocityResult.java?view=diff&rev=564599&r1=564598&r2=564599
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletVelocityResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletVelocityResult.j

svn commit: r564594 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/HttpServletRequestMock.java

2007-08-10 Thread nilsga
Author: nilsga
Date: Fri Aug 10 06:57:22 2007
New Revision: 564594

URL: http://svn.apache.org/viewvc?view=rev&rev=564594
Log:
Removed mock - Replaced by the classes in org.apache.struts2.portlet.servlet

Removed:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/HttpServletRequestMock.java



svn commit: r564926 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/ main/java/org/apache/struts2/portlet/dispatcher/ main/java/org/apache/struts2/portlet/result/

2007-08-11 Thread nilsga
Author: nilsga
Date: Sat Aug 11 07:31:18 2007
New Revision: 564926

URL: http://svn.apache.org/viewvc?view=rev&rev=564926
Log:
WW-2104 Added experimental support for intermediate dispatcher servlet allowing 
for wrapping the request to the JSP in a StrutsWrapperRequest

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DispatcherServlet.java
Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/result/PortletResultTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java?view=diff&rev=564926&r1=564925&r2=564926
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 Sat Aug 11 07:31:18 2007
@@ -20,6 +20,8 @@
  */
 package org.apache.struts2.portlet;
 
+import org.apache.struts2.portlet.dispatcher.DispatcherServlet;
+
 /**
  * Interface defining some constants used in the Struts portlet implementation
  *
@@ -113,4 +115,9 @@
  * Key for session attribute indicating the location of the render direct 
action.
  */
 String RENDER_DIRECT_LOCATION = "struts.portlet.renderDirectLocation";
+
+/**
+ * Key for the dispatch instruction for the [EMAIL PROTECTED] 
DispatcherServlet}
+ */
+   String DISPATCH_TO = "struts.portlet.dispatchTo";
 }

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DispatcherServlet.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DispatcherServlet.java?view=auto&rev=564926
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DispatcherServlet.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/DispatcherServlet.java
 Sat Aug 11 07:31:18 2007
@@ -0,0 +1,57 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.dispatcher;
+
+import java.io.IOException;
+
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServlet;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+
+import org.apache.struts2.dispatcher.StrutsRequestWrapper;
+import org.apache.struts2.portlet.PortletActionConstants;
+
+import com.opensymphony.xwork2.util.TextUtils;
+
+public class DispatcherServlet extends HttpServlet implements 
PortletActionConstants {
+
+   private static final long serialVersionUID = -266147033645951967L;
+
+   @Override
+   protected void doGet(HttpServletRequest request, HttpServletResponse 
response) throws ServletException, IOException {
+   String dispatchTo = (String) request.getAttribute(DISPATCH_TO);
+   HttpServletRequest wrapper = wrapRequestIfNecessary(request);
+   if(TextUtils.stringSet(dispatchTo)) {
+   
request.getRequestDispatcher(dispatchTo).include(wrapper, response);
+   }
+   }
+
+   private HttpServletRequest wrapRequestIfNecessary(HttpServletRequest 
request) {
+   if(!(request instanceof StrutsRequestWrapper)) {
+   return new StrutsRequestWrapper(request);
+   }
+   else {
+   return request;
+   }
+  

svn commit: r564967 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/portlet/util/ test/java/org/apache/struts2/portlet/util/ test/

2007-08-11 Thread nilsga
Author: nilsga
Date: Sat Aug 11 13:20:33 2007
New Revision: 564967

URL: http://svn.apache.org/viewvc?view=rev&rev=564967
Log:
WW-1713 Consider "method" tag attribute when creating urls

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/util/PortletUrlHelperTest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?view=diff&rev=564967&r1=564966&r2=564967
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Sat Aug 11 13:20:33 2007
@@ -50,7 +50,7 @@
 
   String result;
if (urlComponent.value == null && urlComponent.action != null) {
-   result = PortletUrlHelper.buildUrl(urlComponent.action, 
urlComponent.namespace, urlComponent.parameters, urlComponent.portletUrlType, 
urlComponent.portletMode, urlComponent.windowState);
+   result = PortletUrlHelper.buildUrl(urlComponent.action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
} else {
result = 
PortletUrlHelper.buildResourceUrl(urlComponent.value, urlComponent.parameters);
}
@@ -91,7 +91,7 @@
 }
 }
 if (action != null) {
-String result = PortletUrlHelper.buildUrl(action, 
formComponent.namespace,
+String result = PortletUrlHelper.buildUrl(action, 
formComponent.namespace, null,
 formComponent.getParameters(), type, 
formComponent.portletMode, formComponent.windowState);
 formComponent.addParameter("action", result);
 

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java?view=diff&rev=564967&r1=564966&r2=564967
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 Sat Aug 11 13:20:33 2007
@@ -59,15 +59,16 @@
  *
  * @param action The action the URL should invoke.
  * @param namespace The namespace of the action to invoke.
+ * @param method The method of the action to invoke.
  * @param params The parameters of the URL.
  * @param type The type of the url, either action or 
render
  * @param mode The PortletMode of the URL.
  * @param state The WindowState of the URL.
  * @return The URL String.
  */
-public static String buildUrl(String action, String namespace, Map params,
+public static String buildUrl(String action, String namespace, String 
method, Map params,
 String type, String mode, String state) {
-return buildUrl(action, namespace, params, null, type, mode, state,
+return buildUrl(action, namespace, method, params, null, type, mode, 
state,
 true, true);
 }
 
@@ -76,9 +77,10 @@
  *
  * @see #buildUrl(String, String, Map, String, String, String)
  */
-public static String buildUrl(String action, String namespace, Map params,
+public static String buildUrl(String action, String namespace, String 
method, Map params,
 String scheme, String type, String portletMode, String windowState,
 boolean includeContext, boolean encodeResult) {
+   StringBuffer resultingAction = new StringBuffer();
 RenderRequest request = PortletActionContext.getRenderRequest();
 RenderResponse response = PortletActionContext.getRenderResponse();
 LOG.debug("Creating url. Action = " + action + ", Namespace = "
@@ -102,15 +104,17 @@
 }
 }
 if (TextUtils.stringSet(namespace)) {
-StringBuffer sb = new StringBuffer();
-sb.append(namespace);
+resultingAction.appen

svn commit: r565005 - /struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

2007-08-11 Thread nilsga
Author: nilsga
Date: Sat Aug 11 23:03:38 2007
New Revision: 565005

URL: http://svn.apache.org/viewvc?view=rev&rev=565005
Log:
WW-2105 "Override" the redirectAction result type with the PortletResult type.

Modified:
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml?view=diff&rev=565005&r1=565004&r2=565005
==
--- struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml 
(original)
+++ struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml 
Sat Aug 11 23:03:38 2007
@@ -36,6 +36,7 @@
 
   

+   


   




svn commit: r565009 - in /struts/struts2/trunk/plugins/portlet/src/main: java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java resources/struts-plugin.xml

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 00:43:13 2007
New Revision: 565009

URL: http://svn.apache.org/viewvc?view=rev&rev=565009
Log:
WW-2105 Added new PortletActionRedirectResult class to handle the same syntax 
as for the ServletActionRedirectResult

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
Modified:
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java?view=auto&rev=565009
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 Sun Aug 12 00:43:13 2007
@@ -0,0 +1,238 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.result;
+
+import java.util.Arrays;
+import java.util.Iterator;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.apache.struts2.dispatcher.ServletActionRedirectResult;
+import org.apache.struts2.dispatcher.mapper.ActionMapper;
+import org.apache.struts2.dispatcher.mapper.ActionMapping;
+import org.apache.struts2.views.util.UrlHelper;
+
+import com.opensymphony.xwork2.ActionInvocation;
+import com.opensymphony.xwork2.config.entities.ResultConfig;
+import com.opensymphony.xwork2.inject.Inject;
+
+/**
+ * 
+ * Portlet modification of the [EMAIL PROTECTED] ServletActionRedirectResult}.
+ * 
+ * 
+
+ * This result uses the [EMAIL PROTECTED] ActionMapper} provided by the [EMAIL 
PROTECTED] ActionMapperFactory} to instruct the render phase to
+ * invoke the specified action and (optional) namespace. This is better than 
the [EMAIL PROTECTED] PortletResult}
+ * because it does not require you to encode the URL patterns processed by the 
[EMAIL PROTECTED] ActionMapper} in to your struts.xml
+ * configuration files. This means you can change your URL patterns at any 
point and your application will still work.
+ * It is strongly recommended that if you are redirecting to another action, 
you use this result rather than the
+ * standard redirect result.
+ *
+ * See examples below for an example of how request parameters could be passed 
in.
+ *
+ * 
+ *
+ * This result type takes the following parameters:
+ *
+ * 
+ *
+ * 
+ *
+ * actionName (default) - the name of the action that will be 
redirect to
+ *
+ * namespace - used to determine which namespace the action is in 
that we're redirecting to . If namespace is
+ * null, this defaults to the current namespace
+ *
+ * 
+ *
+ * 
+ *
+ * Example:
+ *
+ * 
+ * <package name="public" extends="struts-default">
+ * <action name="login" class="...">
+ * <!-- Redirect to another namespace -->
+ * <result type="redirect-action">
+ * <param name="actionName">dashboard</param>
+ * <param name="namespace">/secure</param>
+ * </result>
+ * </action>
+ * </package>
+ *
+ * <package name="secure" extends="struts-default" namespace="/secure">
+ * <-- Redirect to an action in the same namespace -->
+ * <action name="dashboard" class="...">
+ * <result>dashboard.jsp</result>
+ * <result name="error" 
type="redirect-action">error</result>
+ * </action>
+ *
+ * <action name="error" class="...">
+ * <result>error.jsp</result>
+ * </action>
+ * </package>
+ *
+ * <package name="passingRequestParameters" e

svn commit: r565047 - in /struts/struts2/trunk/apps/portlet/src/main: resources/struts-edit.xml resources/struts-help.xml resources/struts-view.xml resources/struts.xml webapp/WEB-INF/web.xml

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 05:24:16 2007
New Revision: 565047

URL: http://svn.apache.org/viewvc?view=rev&rev=565047
Log:
Restructured configuration files and added uncommented entry for dispatcher 
servlet in web.xml

Added:
struts/struts2/trunk/apps/portlet/src/main/resources/struts-edit.xml
struts/struts2/trunk/apps/portlet/src/main/resources/struts-help.xml
struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
Modified:
struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml

Added: struts/struts2/trunk/apps/portlet/src/main/resources/struts-edit.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-edit.xml?view=auto&rev=565047
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-edit.xml (added)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-edit.xml Sun 
Aug 12 05:24:16 2007
@@ -0,0 +1,48 @@
+
+http://struts.apache.org/dtds/struts-2.0.dtd";>
+
+   
+   
+   
+   /WEB-INF/edit/index.jsp
+   
+   
+   /WEB-INF/edit/test.jsp
+   
+   
+   
+   /WEB-INF/edit/formExampleInput.jsp
+   
+   
+
+   
+   
+   /WEB-INF/edit/formExampleInput.jsp
+   
+   
+   
/edit/processFormExampleForward.action?firstName=${firstName}&lastName=${lastName}
+   
+   
+
+   
+   
+   /WEB-INF/edit/formExample.jsp
+   
+   
+   
+
+   
+   
+   /WEB-INF/edit/namespaceTest.jsp
+   
+   
+
\ No newline at end of file

Added: struts/struts2/trunk/apps/portlet/src/main/resources/struts-help.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-help.xml?view=auto&rev=565047
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-help.xml (added)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-help.xml Sun 
Aug 12 05:24:16 2007
@@ -0,0 +1,14 @@
+
+http://struts.apache.org/dtds/struts-2.0.dtd";>
+
+
+   
+   
+   /WEB-INF/help/index.jsp
+   
+   
+
\ No newline at end of file

Added: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?view=auto&rev=565047
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml (added)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Sun 
Aug 12 05:24:16 2007
@@ -0,0 +1,110 @@
+
+http://struts.apache.org/dtds/struts-2.0.dtd";>
+
+
+   
+   
+   /WEB-INF/view/index.jsp
+   
+
+   
+   
+   /WEB-INF/view/formExampleInput.jsp
+   
+   
+
+   
+   
+   /WEB-INF/view/formExampleInput.jsp
+   
+   
+   /WEB-INF/view/formExample.jsp
+   
+   
+
+   
+   
+   /WEB-INF/view/formExampleInputValidation.jsp
+   
+   
+
+   
+   
+   /WEB-INF/view/formExample.jsp
+   
+   
+   /WEB-INF/view/formExampleInputValidation.jsp
+   
+   
+   
+
+   
+   
+   /WEB-INF/view/tokenExampleInput.jsp
+   
+   
+
+   
+   
+   /WEB-INF/view/tokenExampleInput.jsp
+   
+   
+   /WEB-INF/view/tokenExampleInput.jsp
+   
+   
+   /WEB-INF/view/tokenExample.jsp
+   
+   
+   
+   
+
+   
+   
+  

svn commit: r565048 - /struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 05:28:06 2007
New Revision: 565048

URL: http://svn.apache.org/viewvc?view=rev&rev=565048
Log:
Fixed problem with the interceptor stack for the token example

Modified:
struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?view=diff&rev=565048&r1=565047&r2=565048
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml 
(original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Sun 
Aug 12 05:28:06 2007
@@ -64,8 +64,7 @@

/WEB-INF/view/tokenExample.jsp

-   
-   
+   

 





svn commit: r565051 - in /struts/struts2/trunk/apps/portlet/src/main: resources/struts-view.xml webapp/WEB-INF/dwr.xml webapp/WEB-INF/view/ajax.jsp webapp/WEB-INF/view/ajaxData.jsp webapp/WEB-INF/view

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 05:39:40 2007
New Revision: 565051

URL: http://svn.apache.org/viewvc?view=rev&rev=565051
Log:
WW-1877 Removed ajax examples

Removed:
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/dwr.xml
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajax.jsp
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajaxData.jsp

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp
Modified:
struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?view=diff&rev=565051&r1=565050&r2=565051
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml 
(original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Sun 
Aug 12 05:39:40 2007
@@ -43,7 +43,6 @@

/WEB-INF/view/formExampleInputValidation.jsp

-   

 

/WEB-INF/view/springExample.jsp

-   
-
-   
-   
-   /WEB-INF/view/ajaxExample.jsp
-   
-   
-
-   
-   /WEB-INF/view/ajaxData.jsp

 


svn commit: r565053 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 05:44:55 2007
New Revision: 565053

URL: http://svn.apache.org/viewvc?view=rev&rev=565053
Log:
WW-1877 Removed ajax examples

Modified:
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Modified: 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp?view=diff&rev=565053&r1=565052&r2=565053
==
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp 
(original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp 
Sun Aug 12 05:44:55 2007
@@ -7,7 +7,6 @@
 ">Validation
 ">Token
 ">Spring integration
-">Ajax
 ">FreeMarker
 ">Velocity
 ">Go to edit mode and 
see what's there




svn commit: r565061 - in /struts/struts2/trunk/apps/portlet/src/main: java/org/apache/struts2/portlet/example/ java/org/apache/struts2/portlet/example/fileupload/ java/org/apache/struts2/portlet/examp

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 06:02:27 2007
New Revision: 565061

URL: http://svn.apache.org/viewvc?view=rev&rev=565061
Log:
Added example for model driven and file upload

Added:

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/model/

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/model/Name.java

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/fileUpload.jsp

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/fileUploadSuccess.jsp

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputModelDriven.jsp
Modified:
struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Added: 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java?view=auto&rev=565061
==
--- 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
 (added)
+++ 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
 Sun Aug 12 06:02:27 2007
@@ -0,0 +1,37 @@
+/*
+ * $Id: FormExample.java 471756 2006-11-06 15:01:43Z husted $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.example;
+
+import org.apache.struts2.portlet.example.model.Name;
+
+import com.opensymphony.xwork2.ActionSupport;
+import com.opensymphony.xwork2.ModelDriven;
+
+/**
+ */
+public class FormExampleModelDriven extends ActionSupport implements 
ModelDriven {
+
+   private Name name = new Name();
+
+   public Name getModel() {
+   return name;
+   }
+}

Added: 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java?view=auto&rev=565061
==
--- 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java
 (added)
+++ 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java
 Sun Aug 12 06:02:27 2007
@@ -0,0 +1,81 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.example.fileupload;
+
+import java.io.File;
+
+import org.apache.struts2.dispatcher.DefaultActionSupport;
+
+/**
+ * File Upload example's action. FileUploadAction
+ *
+ */
+public class FileUploadAction extends DefaultActionSupport {
+
+private static final long serialVersionUID 

svn commit: r565064 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 06:22:26 2007
New Revision: 565064

URL: http://svn.apache.org/viewvc?view=rev&rev=565064
Log:
Added "view" as supported mode

Modified:
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml?view=diff&rev=565064&r1=565063&r2=565064
==
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml 
(original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml Sun 
Aug 12 06:22:26 2007
@@ -54,6 +54,7 @@
 
 
 text/html
+   view
 edit
 help
 




svn commit: r565065 - /struts/struts2/trunk/apps/portlet/pom.xml

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 06:22:49 2007
New Revision: 565065

URL: http://svn.apache.org/viewvc?view=rev&rev=565065
Log:
Cleanup of dependencies

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?view=diff&rev=565065&r1=565064&r2=565065
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sun Aug 12 06:22:49 2007
@@ -109,14 +109,22 @@
 commons-digester
 1.8
 
+   
+   commons-fileupload
+   commons-fileupload
+   1.1.1
+   
+   
+   commons-collections
+   commons-collections
+   3.1
+   
+   
+   log4j
+   log4j
+   1.2.9
+   
 
-
-
-   javax.servlet
-   servlet-api
-   2.4
-   provided
-
 
 commons-lang
 commons-lang




svn commit: r565066 - /struts/struts2/trunk/apps/portlet/src/main/resources/struts.properties

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 06:23:10 2007
New Revision: 565066

URL: http://svn.apache.org/viewvc?view=rev&rev=565066
Log:
Not needed anymore

Removed:
struts/struts2/trunk/apps/portlet/src/main/resources/struts.properties



svn commit: r565086 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 10:40:28 2007
New Revision: 565086

URL: http://svn.apache.org/viewvc?view=rev&rev=565086
Log:
Changed description for the portletUrlType attribute of the url component.

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java?view=diff&rev=565086&r1=565085&r2=565086
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java 
(original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java 
Sun Aug 12 10:40:28 2007
@@ -293,7 +293,7 @@
 this.windowState = windowState;
 }
 
-@StrutsTagAttribute(description="Specifies if this should be a portlet 
render or action URL")
+@StrutsTagAttribute(description="Specifies if this should be a portlet 
render or action URL. Default is \"render\". To create an action URL, use 
\"action\".")
 public void setPortletUrlType(String portletUrlType) {
 this.portletUrlType = portletUrlType;
 }




svn commit: r565246 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java

2007-08-12 Thread nilsga
Author: nilsga
Date: Sun Aug 12 22:37:23 2007
New Revision: 565246

URL: http://svn.apache.org/viewvc?view=rev&rev=565246
Log:
Removed "portletSupportActive" which is no longer needed.

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java?view=diff&rev=565246&r1=565245&r2=565246
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
 Sun Aug 12 22:37:23 2007
@@ -106,12 +106,6 @@
 private ConfigurationManager configurationManager;
 
 /**
- * Store whether portlet support is active
- * (set to true by Jsr168Dispatcher).
- */
-private static boolean portletSupportActive;
-
-/**
  * Store state of  StrutsConstants.STRUTS_DEVMODE setting.
  */
 private static boolean devMode;
@@ -760,23 +754,6 @@
 // we're already sending an error, not much else we can do if 
more stuff breaks
 }
 }
-}
-
-/**
- * Return true, if portlet support is active, false 
otherwise.
- *
- * @return true, if portlet support is active, false 
otherwise.
- */
-public boolean isPortletSupportActive() {
-return portletSupportActive;
-}
-
-/**
- * Modify the portlet support mode.
- * @param portletSupportActive true or false
- */
-public static void setPortletSupportActive(boolean portletSupportActive) {
-Dispatcher.portletSupportActive = portletSupportActive;
 }
 
 /**




svn commit: r566092 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/ main/java/org/apache/struts2/portlet/interceptor/ main/java/org/apache/struts2/portlet/result/

2007-08-15 Thread nilsga
Author: nilsga
Date: Wed Aug 15 03:22:56 2007
New Revision: 566092

URL: http://svn.apache.org/viewvc?view=rev&rev=566092
Log:
WW-2105 Do not copy the valuestack from event to render when the request cycle 
has been proper PRG

Added:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptorTest.java
Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java?view=diff&rev=566092&r1=566091&r2=566092
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 Wed Aug 15 03:22:56 2007
@@ -120,4 +120,9 @@
  * Key for the dispatch instruction for the [EMAIL PROTECTED] 
DispatcherServlet}
  */
String DISPATCH_TO = "struts.portlet.dispatchTo";
+   
+   /**
+* Session key where the value stack from the event phase is stored.
+*/
+   String STACK_FROM_EVENT_PHASE = 
"struts.portlet.valueStackFromEventPhase";
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java?view=diff&rev=566092&r1=566091&r2=566092
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 Wed Aug 15 03:22:56 2007
@@ -28,6 +28,7 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.struts2.portlet.PortletActionConstants;
+import org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction;
 
 import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
@@ -58,27 +59,39 @@
}
}
 
+   @SuppressWarnings("unchecked")
private void saveStack(ActionInvocation invocation) {
Map session = invocation.getInvocationContext().getSession();
-   session.put("struts.portlet.valueStackFromEventPhase", 
invocation.getStack());
+   session.put(STACK_FROM_EVENT_PHASE, invocation.getStack());
ActionResponse actionResponse = (ActionResponse) 
invocation.getInvocationContext().get(RESPONSE);
actionResponse.setRenderParameter(EVENT_ACTION, "true");
}
 
+   @SuppressWarnings("unchecked")
private void restoreStack(ActionInvocation invocation) {
RenderRequest request = (RenderRequest) 
invocation.getInvocationContext().get(REQUEST);
if (TextUtils.stringSet(request.getParameter(EVENT_ACTION))) {
-   LOG.debug("Restoring value stack from event phase");
-   ValueStack oldStack = (ValueStack) 
invocation.getInvocationContext().getSession().get(
-   
"struts.portlet.valueStackFromEventPhase");
-   if (oldStack != null) {
-   CompoundRoot oldRoot = oldStack.getRoot();
-   ValueStack currentStack = invocation.getStack();
-   CompoundRoot root = currentStack.getRoot();
-   root.addAll(oldRoot);
-   LOG.debug("Restored stack");
+   Map session = 
invocation.getInvocationContext().getSession();
+   if(!isProperPrg(invocation)) {
+   LOG.debug("Restoring value stack from event 
phase");
+   ValueStack oldStack = (ValueStack) 
invocation.getInvocationContext().getSession().get(
+   STACK_FROM_EVENT_PHASE);
+   if (oldStack != null) {
+   Co

svn commit: r566324 - in /struts/struts2/trunk: apps/portlet/src/main/webapp/WEB-INF/ plugins/portlet/src/main/java/org/apache/struts2/portlet/ plugins/portlet/src/main/java/org/apache/struts2/portlet

2007-08-15 Thread nilsga
Author: nilsga
Date: Wed Aug 15 13:14:20 2007
New Revision: 566324

URL: http://svn.apache.org/viewvc?view=rev&rev=566324
Log:
WW-2104 Renamed name of dispatcher servlet and made the name configurable

Modified:
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml?view=diff&rev=566324&r1=566323&r2=566324
==
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml Wed Aug 
15 13:14:20 2007
@@ -25,8 +25,8 @@

 

-   


Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java?view=diff&rev=566324&r1=566323&r2=566324
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletActionConstants.java
 Wed Aug 15 13:14:20 2007
@@ -125,4 +125,9 @@
 * Session key where the value stack from the event phase is stored.
 */
String STACK_FROM_EVENT_PHASE = 
"struts.portlet.valueStackFromEventPhase";
+
+   /**
+* Default name of dispatcher servlet in web.xml
+*/
+   String DEFAULT_DISPATCHER_SERVLET_NAME = 
"Struts2PortletDispatcherServlet";
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java?view=diff&rev=566324&r1=566323&r2=566324
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 Wed Aug 15 13:14:20 2007
@@ -55,6 +55,8 @@
private static final long serialVersionUID = 434251393926178567L;
 
private boolean useDispatcherServlet;
+   
+   private String dispatcherServletName = DEFAULT_DISPATCHER_SERVLET_NAME;
 
/**
 * Logger instance.
@@ -176,9 +178,9 @@
LOG.debug("Location: " + finalLocation);
if (useDispatcherServlet) {
req.setAttribute(DISPATCH_TO, finalLocation);
-   PortletRequestDispatcher dispatcher = 
ctx.getNamedDispatcher("dispatcherServlet");
+   PortletRequestDispatcher dispatcher = 
ctx.getNamedDispatcher(dispatcherServletName);
if(dispatcher == null) {
-   throw new PortletException("Could not locate 
dispatcherServlet. Please configure it in your web.xml file");
+   throw new PortletException("Could not locate 
dispatcher servlet \"" + dispatcherServletName + "\". Please configure it in 
your web.xml file");
}
dispatcher.include(req, res);
} else {
@@ -213,5 +215,10 @@
@Inject("struts.portlet.useDispatcherServlet") 
public void setUseDispatcherServlet(String useDispatcherServlet) {
this.useDispatcherServlet = 
"true".equalsIgnoreCase(useDispatcherServlet);
+   }
+   
+   @Inject("struts.portlet.dispatcherServletName")
+   public void setDispatcherServletName(String dispatcherServletName) {
+   this.dispatcherServletName = dispatcherServletName;
}
 }




svn commit: r569304 - in /struts/struts2/branches/STRUTS_2_0_X/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/portlet/util/ test/java/org/apache/struts2/portlet/util/

2007-08-24 Thread nilsga
Author: nilsga
Date: Fri Aug 24 02:12:20 2007
New Revision: 569304

URL: http://svn.apache.org/viewvc?rev=569304&view=rev
Log:
WW-1713 Backport to 2.0.x

Modified:

struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Form.java

struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/URL.java

struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

struts/struts2/branches/STRUTS_2_0_X/core/src/test/java/org/apache/struts2/portlet/util/PortletUrlHelperTest.java

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Form.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Form.java?rev=569304&r1=569303&r2=569304&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Form.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Form.java
 Fri Aug 24 02:12:20 2007
@@ -382,7 +382,7 @@
 }
 }
 if (action != null) {
-String result = PortletUrlHelper.buildUrl(action, namespace,
+String result = PortletUrlHelper.buildUrl(action, namespace, null,
 getParameters(), type, portletMode, windowState);
 addParameter("action", result);
 

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/URL.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/URL.java?rev=569304&r1=569303&r2=569304&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/URL.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/URL.java
 Fri Aug 24 02:12:20 2007
@@ -250,7 +250,7 @@
 String result;
 if (value == null && action != null) {
 if (Dispatcher.getInstance().isPortletSupportActive() && 
PortletActionContext.isPortletRequest()) {
-result = PortletUrlHelper.buildUrl(action, namespace, 
parameters, portletUrlType, portletMode, windowState);
+result = PortletUrlHelper.buildUrl(action, namespace, method, 
parameters, portletUrlType, portletMode, windowState);
 }
 else {
 result = determineActionURL(action, namespace, method, req, 
res, parameters, scheme, includeContext, encode, forceAddSchemeHostAndPort, 
escapeAmp);

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java?rev=569304&r1=569303&r2=569304&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 Fri Aug 24 02:12:20 2007
@@ -22,8 +22,8 @@
 
 import java.io.UnsupportedEncodingException;
 import java.net.URLEncoder;
-import java.util.HashMap;
 import java.util.Iterator;
+import java.util.LinkedHashMap;
 import java.util.Map;
 import java.util.StringTokenizer;
 
@@ -59,15 +59,16 @@
  *
  * @param action The action the URL should invoke.
  * @param namespace The namespace of the action to invoke.
+ * @param method The method of the action to invoke.
  * @param params The parameters of the URL.
  * @param type The type of the url, either action or 
render
  * @param mode The PortletMode of the URL.
  * @param state The WindowState of the URL.
  * @return The URL String.
  */
-public static String buildUrl(String action, String namespace, Map params,
+public static String buildUrl(String action, String namespace, String 
method, Map params,
 String type, String mode, String state) {
-return buildUrl(action, namespace, params, null, type, mode, state,
+return buildUrl(action, namespace, method, params, null, type, mode, 
state,
 true, true);
 }
 
@@ -76,9 +77,10 @@
  *
  * @see #buildUrl(String, String, Map, String, String, String)
  */
-public static String buildUrl(String action, String namespace, Map params,
+public static String buildUrl(String action, String namespace, String 
method, Map params,
 String scheme, String type, String po

svn commit: r569305 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

2007-08-24 Thread nilsga
Author: nilsga
Date: Fri Aug 24 02:13:29 2007
New Revision: 569305

URL: http://svn.apache.org/viewvc?rev=569305&view=rev
Log:
WW-2013 Backport to 2.0.x

Modified:

struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?rev=569305&r1=569304&r2=569305&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Fri Aug 24 02:13:29 2007
@@ -293,6 +293,7 @@
 LOG.debug("Entering render");
 resetActionContext();
 response.setTitle(getTitle(request));
+if(!request.getWindowState().equals(WindowState.MINIMIZED)) {
 try {
 // Check to see if an event set the render to be included directly
 serviceAction(request, response, getActionMapping(request),
@@ -303,6 +304,7 @@
 } finally {
 resetActionContext();
 }
+   }
 }
 
 /**




svn commit: r569307 - in /struts/struts2/branches/STRUTS_2_0_X/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/java/org/apache/struts2/portlet/example/fileupload/ src/main/

2007-08-24 Thread nilsga
Author: nilsga
Date: Fri Aug 24 02:16:30 2007
New Revision: 569307

URL: http://svn.apache.org/viewvc?rev=569307&view=rev
Log:
Backported changes to portlet sample application from 2.1

Added:

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/fileupload/FileUploadAction.java

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/model/

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/model/Name.java

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts-edit.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts-help.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts-view.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/fileUpload.jsp

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/fileUploadSuccess.jsp

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputModelDriven.jsp
Modified:
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml?rev=569307&r1=569306&r2=569307&view=diff
==
--- struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml Fri Aug 24 
02:16:30 2007
@@ -8,7 +8,7 @@
   2.0.10-SNAPSHOT
 
 org.apache.struts
-struts2-portlet
+struts2-portlet-branch
 war
 Portlet Webapp
 
@@ -29,6 +29,12 @@
 org.apache.struts
 struts2-spring-plugin
 ${pom.version}
+
+
+   javax.servlet
+   servlet-api
+
+
 
 
 org.apache.struts
@@ -51,20 +57,25 @@
 commons-digester
 1.8
 
-
-
-
-   javax.servlet
-   servlet-api
-   2.4
-   provided
-
 
 commons-lang
 commons-lang
-2.0
+2.1
 
-
-
+   
+   commons-fileupload
+   commons-fileupload
+   1.1.1
+   
+   
+   commons-collections
+   commons-collections
+   3.1
+   
+   
+   log4j
+   log4j
+   1.2.12
+   
 
 

Added: 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java?rev=569307&view=auto
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
 (added)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExampleModelDriven.java
 Fri Aug 24 02:16:30 2007
@@ -0,0 +1,37 @@
+/*
+ * $Id: FormExample.java 471756 2006-11-06 15:01:43Z husted $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitati

svn commit: r569333 - in /struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main: java/org/apache/struts2/portlet/example/FormExample.java webapp/WEB-INF/view/formExampleInputPrg.jsp webapp/WEB-IN

2007-08-24 Thread nilsga
Author: nilsga
Date: Fri Aug 24 03:30:27 2007
New Revision: 569333

URL: http://svn.apache.org/viewvc?rev=569333&view=rev
Log:
WW-2105 Added redirectAction-example

Added:

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp
Modified:

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java

struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java?rev=569333&r1=569332&r2=569333&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
 Fri Aug 24 03:30:27 2007
@@ -44,4 +44,7 @@
 public void setLastName(String lastName) {
 this.lastName = lastName;
 }
+public String displayResult() {
+   return "displayResult";
+}
 }

Added: 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp?rev=569333&view=auto
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp
 (added)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp
 Fri Aug 24 03:30:27 2007
@@ -0,0 +1,8 @@
+<%@ taglib prefix="s" uri="/struts-tags" %>
+
+Input your name
+
+
+
+
+

Modified: 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp?rev=569333&r1=569332&r2=569333&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp
 Fri Aug 24 03:30:27 2007
@@ -4,6 +4,7 @@
 Here you'll find examples of what is possible with the Struts Portlet 
integration framework.
 
 ">A simple form
+">Form example 
with proper PRG
 ">Model 
driven example
 ">Validation
 ">Token




svn commit: r574163 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

2007-09-10 Thread nilsga
Author: nilsga
Date: Mon Sep 10 01:03:42 2007
New Revision: 574163

URL: http://svn.apache.org/viewvc?rev=574163&view=rev
Log:
WW-2164 Action was not added if namespace was blank

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java?rev=574163&r1=574162&r2=574163&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 Mon Sep 10 01:03:42 2007
@@ -108,12 +108,12 @@
 if(!action.startsWith("/") && !namespace.endsWith("/")) {
 resultingAction.append("/");
 }
-resultingAction.append(action);
-LOG.debug("Resulting actionPath: " + action);
 }
+resultingAction.append(action);
 if(TextUtils.stringSet(method)) {
resultingAction.append("!").append(method);
 }
+LOG.debug("Resulting actionPath: " + resultingAction);
 params.put(PortletActionConstants.ACTION_PARAM, new String[] { 
resultingAction.toString() });
 
 PortletURL url = null;




svn commit: r574349 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

2007-09-10 Thread nilsga
Author: nilsga
Date: Mon Sep 10 12:55:07 2007
New Revision: 574349

URL: http://svn.apache.org/viewvc?rev=574349&view=rev
Log:
WW-2164 Backport to 2.0.x branch for error in url when namespace is blank.

Modified:

struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java?rev=574349&r1=574348&r2=574349&view=diff
==
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 Mon Sep 10 12:55:07 2007
@@ -108,12 +108,12 @@
 if(!action.startsWith("/") && !namespace.endsWith("/")) {
 resultingAction.append("/");
 }
-resultingAction.append(action);
-LOG.debug("Resulting actionPath: " + action);
 }
+resultingAction.append(action);
 if(TextUtils.stringSet(method)) {
resultingAction.append("!").append(method);
 }
+LOG.debug("Resulting actionPath: " + resultingAction);
 params.put(PortletActionConstants.ACTION_PARAM, new String[] { 
resultingAction.toString() });
 
 PortletURL url = null;




svn commit: r580134 - in /struts/struts2/trunk/plugins/portlet: ./ src/test/java/org/apache/struts2/portlet/

2007-09-27 Thread nilsga
Author: nilsga
Date: Thu Sep 27 12:44:01 2007
New Revision: 580134

URL: http://svn.apache.org/viewvc?rev=580134&view=rev
Log:
Use Spring portlet mock classes

Removed:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletRequest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/MockPortletSession.java
Modified:
struts/struts2/trunk/plugins/portlet/pom.xml

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletSessionMapTest.java

Modified: struts/struts2/trunk/plugins/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=580134&r1=580133&r2=580134&view=diff
==
--- struts/struts2/trunk/plugins/portlet/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet/pom.xml Thu Sep 27 12:44:01 2007
@@ -123,14 +123,14 @@
 
 org.springframework
 spring-mock
-1.2.8
-true
+2.0.6
+   test
 
-
+   
 org.springframework
 spring-core
-1.2.8
-test
+2.0.6
+   test
 

 

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java?rev=580134&r1=580133&r2=580134&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/PortletRequestMapTest.java
 Thu Sep 27 12:44:01 2007
@@ -20,21 +20,14 @@
  */
 package org.apache.struts2.portlet;
 
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Enumeration;
-import java.util.HashMap;
 import java.util.Iterator;
-import java.util.List;
 import java.util.Map;
 import java.util.Set;
 
 import javax.portlet.PortletRequest;
 
-import org.jmock.Mock;
 import org.jmock.MockObjectTestCase;
-import org.jmock.core.Constraint;
+import org.springframework.mock.web.portlet.MockPortletRequest;
 
 
 /**
@@ -44,7 +37,7 @@
 public class PortletRequestMapTest extends MockObjectTestCase {
 
 public void testGet() {
-   PortletRequest request = new MockPortletRequest(new HashMap(), new HashMap(), null);
+   PortletRequest request = new MockPortletRequest();
request.setAttribute("testAttribute", "testValue");
 
PortletRequestMap map = new PortletRequestMap(request);
@@ -53,7 +46,7 @@
 }
 
 public void testPut() {
-   PortletRequest request = new MockPortletRequest(new HashMap(), new HashMap(), null);
+   PortletRequest request = new MockPortletRequest();
PortletRequestMap map = new PortletRequestMap(request);
 Object obj = map.put("testAttribute", "testValue1");
 
@@ -62,31 +55,28 @@
 }
 
 public void testClear() {
-   Map attribs = new HashMap();
-   attribs.put("testAttribute1", "testValue1");
-   attribs.put("testAttribute2", "testValue2");
-   PortletRequest request = new MockPortletRequest(new HashMap(), attribs, null);
+   MockPortletRequest request = new MockPortletRequest();
+   request.setAttribute("testAttribute1", "testValue1");
+   request.setAttribute("testAttribute2", "testValue2");
 
 
 PortletRequestMap map = new PortletRequestMap(request);
 map.clear();
 
-assertEquals(0, attribs.size());
+assertFalse(request.getAttributeNames().hasMoreElements());
 }
 
 public void testRemove() {
-   Map attribs = new HashMap();
-   attribs.put("testAttribute1", "testValue1");
-
-PortletRequest request = new MockPortletRequest(new HashMap(), attribs, null);
-
+MockPortletRequest request = new MockPortletRequest();
+request.setAttribute("testAttribute1", "testValue1");
+
 PortletRequestMap map = new PortletRequestMap(request);
 assertEquals("testValue1", map.remove("testAttribute1"));
 assertNull(request.getAttribute("testAttribute1"));
 }
 
 public void testEntrySet() {
-   PortletRequest request = new MockPortletRequest(new HashMap(), new HashMap(), null);
+   MockPortletRequest request = new MockPortletRequest();
request.setAttribute

svn commit: r580135 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java test/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatch

2007-09-27 Thread nilsga
Author: nilsga
Date: Thu Sep 27 12:45:06 2007
New Revision: 580135

URL: http://svn.apache.org/viewvc?rev=580135&view=rev
Log:
WW-2212 Added support for ! character in default action configuration

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?rev=580135&r1=580134&r2=580135&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Thu Sep 27 12:45:06 2007
@@ -201,21 +201,21 @@
 }
 portletNamespace = cfg.getInitParameter("portletNamespace");
 LOG.debug("PortletNamespace: " + portletNamespace);
-parseModeConfig(cfg, PortletMode.VIEW, "viewNamespace",
+parseModeConfig(actionMap, cfg, PortletMode.VIEW, "viewNamespace",
 "defaultViewAction");
-parseModeConfig(cfg, PortletMode.EDIT, "editNamespace",
+parseModeConfig(actionMap, cfg, PortletMode.EDIT, "editNamespace",
 "defaultEditAction");
-parseModeConfig(cfg, PortletMode.HELP, "helpNamespace",
+parseModeConfig(actionMap, cfg, PortletMode.HELP, "helpNamespace",
 "defaultHelpAction");
-parseModeConfig(cfg, new PortletMode("config"), "configNamespace",
+parseModeConfig(actionMap, cfg, new PortletMode("config"), 
"configNamespace",
 "defaultConfigAction");
-parseModeConfig(cfg, new PortletMode("about"), "aboutNamespace",
+parseModeConfig(actionMap, cfg, new PortletMode("about"), 
"aboutNamespace",
 "defaultAboutAction");
-parseModeConfig(cfg, new PortletMode("print"), "printNamespace",
+parseModeConfig(actionMap, cfg, new PortletMode("print"), 
"printNamespace",
 "defaultPrintAction");
-parseModeConfig(cfg, new PortletMode("preview"), "previewNamespace",
+parseModeConfig(actionMap, cfg, new PortletMode("preview"), 
"previewNamespace",
 "defaultPreviewAction");
-parseModeConfig(cfg, new PortletMode("edit_defaults"),
+parseModeConfig(actionMap, cfg, new PortletMode("edit_defaults"),
 "editDefaultsNamespace", "defaultEditDefaultsAction");
 if (!TextUtils.stringSet(portletNamespace)) {
 portletNamespace = "";
@@ -234,14 +234,15 @@
 
 /**
  * Parse the mode to namespace mappings configured in portlet.xml
- * @param portletConfig The PortletConfig
- * @param portletMode The PortletMode
+ * @param actionMap The map with mode <-> default action mapping.
+ * @param portletConfig The PortletConfig.
+ * @param portletMode The PortletMode.
  * @param nameSpaceParam Name of the init parameter where the namespace 
for the mode
  * is configured.
  * @param defaultActionParam Name of the init parameter where the default 
action to
  * execute for the mode is configured.
  */
-private void parseModeConfig(PortletConfig portletConfig,
+void parseModeConfig(Map actionMap, 
PortletConfig portletConfig,
 PortletMode portletMode, String nameSpaceParam,
 String defaultActionParam) {
 String namespace = portletConfig.getInitParameter(nameSpaceParam);
@@ -251,9 +252,14 @@
 modeMap.put(portletMode, namespace);
 String defaultAction = portletConfig
 .getInitParameter(defaultActionParam);
+String method = null;
 if (!TextUtils.stringSet(defaultAction)) {
 defaultAction = DEFAULT_ACTION_NAME;
 }
+if(defaultAction.indexOf('!') >= 0) {
+   method = defaultAction.substring(defaultAction.indexOf('!') + 
1);
+   defaultAction = defaultAction.substring(0, 
defaultAction.indexOf('!'));
+}
 StringBuffer fullPath = new StringBuffer();
 if (TextUtils.stringSet(portletNamespace)) {
 fullPath.append(portletNamespace);
@@ -267,6 +273,9 @@
  

svn commit: r580136 - in /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result: PortletActionRedirectResult.java PortletResult.java

2007-09-27 Thread nilsga
Author: nilsga
Date: Thu Sep 27 12:45:46 2007
New Revision: 580136

URL: http://svn.apache.org/viewvc?rev=580136&view=rev
Log:
WW-2211 Added support for switching portlet mode in the redirect action result 
type

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java?rev=580136&r1=580135&r2=580136&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 Thu Sep 27 12:45:46 2007
@@ -26,9 +26,12 @@
 import java.util.List;
 import java.util.Map;
 
+import javax.portlet.PortletMode;
+
 import org.apache.struts2.dispatcher.ServletActionRedirectResult;
 import org.apache.struts2.dispatcher.mapper.ActionMapper;
 import org.apache.struts2.dispatcher.mapper.ActionMapping;
+import org.apache.struts2.portlet.PortletActionConstants;
 import org.apache.struts2.views.util.UrlHelper;
 
 import com.opensymphony.xwork2.ActionInvocation;
@@ -40,78 +43,86 @@
  * Portlet modification of the [EMAIL PROTECTED] ServletActionRedirectResult}.
  * 
  * 
-
- * This result uses the [EMAIL PROTECTED] ActionMapper} provided by the [EMAIL 
PROTECTED] ActionMapperFactory} to instruct the render phase to
- * invoke the specified action and (optional) namespace. This is better than 
the [EMAIL PROTECTED] PortletResult}
- * because it does not require you to encode the URL patterns processed by the 
[EMAIL PROTECTED] ActionMapper} in to your struts.xml
- * configuration files. This means you can change your URL patterns at any 
point and your application will still work.
- * It is strongly recommended that if you are redirecting to another action, 
you use this result rather than the
+ * 
+ * This result uses the [EMAIL PROTECTED] ActionMapper} provided by the
+ * [EMAIL PROTECTED] ActionMapperFactory} to instruct the render phase to 
invoke the
+ * specified action and (optional) namespace. This is better than the
+ * [EMAIL PROTECTED] PortletResult} because it does not require you to encode 
the URL
+ * patterns processed by the [EMAIL PROTECTED] ActionMapper} in to your 
struts.xml
+ * configuration files. This means you can change your URL patterns at any 
point
+ * and your application will still work. It is strongly recommended that if you
+ * are redirecting to another action, you use this result rather than the
  * standard redirect result.
- *
- * See examples below for an example of how request parameters could be passed 
in.
- *
+ * 
+ * See examples below for an example of how request parameters could be passed
+ * in.
+ * 
  * 
- *
+ * 
  * This result type takes the following parameters:
- *
+ * 
  * 
- *
+ * 
  * 
- *
- * actionName (default) - the name of the action that will be 
redirect to
- *
- * namespace - used to determine which namespace the action is in 
that we're redirecting to . If namespace is
- * null, this defaults to the current namespace
- *
+ * 
+ * actionName (default) - the name of the action that will be
+ * redirect to
+ * 
+ * namespace - used to determine which namespace the action is in
+ * that we're redirecting to . If namespace is null, this defaults to the
+ * current namespace
+ * 
  * 
- *
+ * 
  * 
- *
+ * 
  * Example:
- *
- * 
- * <package name="public" extends="struts-default">
- * <action name="login" class="...">
- * <!-- Redirect to another namespace -->
- * <result type="redirect-action">
- * <param name="actionName">dashboard</param>
- * <param name="namespace">/secure</param>
- * </result>
- * </action>
- * </package>
- *
- * <package name="secure" extends="struts-default" namespace="/secure">
- * <-- Redirect to an action in the same namespace -->
- * <action name="dashboard" class="...">
- * <result>dashboard.jsp</result>
- * <result name="error" 
type="redirect-action">error</result>
- * </action>
- *
- * <action name="error" class="...">
- * <result>error.jsp</result>
+ * 
+ * 
+ * <!-- START SNIPPET: example -->
+ *  <

svn commit: r582094 - in /struts/maven/trunk/struts2-archetype-portlet: ./ src/main/resources/META-INF/ src/main/resources/archetype-resources/ src/main/resources/archetype-resources/src/main/java/ sr

2007-10-04 Thread nilsga
Author: nilsga
Date: Thu Oct  4 23:32:29 2007
New Revision: 582094

URL: http://svn.apache.org/viewvc?rev=582094&view=rev
Log:
WW-1726 Refactored and updated portlet archetype. Now includes the jetty-pluto 
integration.

Added:

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/java/HelloAction.java

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/java/UpdateNameAction.java

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/edit/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/edit/index.jsp

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/view/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jsp/view/index.jsp

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/test/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/test/java/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/test/java/JettyPlutoLauncher.java
Removed:

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/java/edit/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/java/view/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/edit/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/help/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/pluto-portal-driver-config.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/pluto-portal-driver-services-config.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/tld/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/view/

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/index.jsp

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/test-portal/
Modified:
struts/maven/trunk/struts2-archetype-portlet/pom.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/resources/struts.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/portlet.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=582094&r1=582093&r2=582094&view=diff
==
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Thu Oct  4 23:32:29 
2007
@@ -1,6 +1,28 @@
 
-
-
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   
 org.apache.struts
 struts-master
@@ -9,7 +31,7 @@
 
   4.0.0
   struts2-archetype-portlet
-  2.0.9-SNAPSHOT
+  2.1.0-SNAPSHOT
   maven-plugin
   Struts 2 Archetypes - Portlet
 

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml?rev=582094&r1=582093&r2=582094&view=diff
==
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
 Thu Oct  4 23:32:29 2007
@@ -1,20 +1,21 @@
 
 
 
-  struts2-archetype-blank
+  struts2-archetype-portlet
   
-src/main/java/view/I

svn commit: r582095 - /struts/maven/trunk/struts2-archetype-portlet/

2007-10-04 Thread nilsga
Author: nilsga
Date: Thu Oct  4 23:39:29 2007
New Revision: 582095

URL: http://svn.apache.org/viewvc?rev=582095&view=rev
Log:
Added ignores

Modified:
struts/maven/trunk/struts2-archetype-portlet/   (props changed)

Propchange: struts/maven/trunk/struts2-archetype-portlet/
--
--- svn:ignore (added)
+++ svn:ignore Thu Oct  4 23:39:29 2007
@@ -0,0 +1 @@
+target




svn commit: r591939 - /struts/struts2/trunk/apps/portlet/pom.xml

2007-11-05 Thread nilsga
Author: nilsga
Date: Mon Nov  5 01:57:38 2007
New Revision: 591939

URL: http://svn.apache.org/viewvc?rev=591939&view=rev
Log:
WW-2295 Exclude servlet-api from beeing included from commons-digester.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=591939&r1=591938&r2=591939&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Mon Nov  5 01:57:38 2007
@@ -39,38 +39,59 @@

scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/

http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/
 
-
-  
-
-  pluto
-  
-
-  
-
-  maven-war-plugin
-  
-
${project.build.directory}/pluto-resources/web.xml
-  
-
-
-
-  org.apache.pluto
-  maven-pluto-plugin
-  1.1.3
-  
-
-  generate-resources
-  
-assemble
-  
-
-  
-
-
-  
-
-  
-
+   
+   
+   
+   pluto
+   
+   
+ 
+ 
+   maven-war-plugin
+   
+ 
${project.build.directory}/pluto-resources/web.xml
+   
+ 
+ 
+ 
+   org.apache.pluto
+   maven-pluto-plugin
+   1.1.3
+   
+ 
+   generate-resources
+   
+ assemble
+   
+ 
+   
+ 
+   
+org.mortbay.jetty
+maven-jetty-plugin
+
+
${project.build.directory}/pluto-resources/web.xml
+
src/main/webapp/WEB-INF/jetty-pluto-web-default.xml
+
+
+
org.apache.pluto.embedded.portletId
+StrutsPortlet
+
+
+
+
+   
+   
+   
+   
+   com.bekk.boss
+   
maven-jetty-pluto-embedded
+   1.0
+   
+   
+   
+   
+   
 
 
 portlet-api
@@ -108,6 +129,12 @@
 commons-digester
 commons-digester
 1.8
+   
+   
+   javax.servlet
+   servlet-api
+   
+   
 
 
   commons-fileupload
@@ -130,7 +157,40 @@
 commons-lang
 2.0
 
-
+   
+   
+   org.mortbay.jetty
+   jetty
+   6.1.4rc0
+   test
+   
+   
+   
+net.sourceforge.jwebunit
+jwebunit-htmlunit-plugin
+1.4.1
+test
+
+   
+   
+   com.bekk.boss
+   maven-jetty-pluto-embedded
+   1.0
+   test
+   
+   
+   
+   org.mortbay.jetty
+   jsp-2.1
+   6.1.4rc0
+   test
+   
+   
+   
+   commons-lang
+   commons-lang
+   2.1
+   
 
 
 




svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/main/we

2007-11-05 Thread nilsga
Author: nilsga
Date: Mon Nov  5 02:06:31 2007
New Revision: 591942

URL: http://svn.apache.org/viewvc?rev=591942&view=rev
Log:
WW-2296 Added jetty-pluto embedded to the sample application. Also added some 
new samples and a new integration test.

Added:

struts/struts2/trunk/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-formExamplePrg-validation.xml

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputPrg.jsp

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleSubmitToSelfWithValidation.jsp
struts/struts2/trunk/apps/portlet/src/test/
struts/struts2/trunk/apps/portlet/src/test/java/
struts/struts2/trunk/apps/portlet/src/test/java/JettyPlutoLauncher.java
struts/struts2/trunk/apps/portlet/src/test/java/org/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
Modified:
struts/struts2/trunk/apps/portlet/   (props changed)

struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Propchange: struts/struts2/trunk/apps/portlet/
--
--- svn:ignore (original)
+++ svn:ignore Mon Nov  5 02:06:31 2007
@@ -2,3 +2,6 @@
 *.ipr
 *.iml
 target
+.settings
+.classpath
+.project

Modified: 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java?rev=591942&r1=591941&r2=591942&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/main/java/org/apache/struts2/portlet/example/FormExample.java
 Mon Nov  5 02:06:31 2007
@@ -20,18 +20,17 @@
  */
 package org.apache.struts2.portlet.example;
 
+import org.apache.struts2.dispatcher.DefaultActionSupport;
+
 import com.opensymphony.xwork2.ActionSupport;
 
 /**
  */
-public class FormExample extends ActionSupport {
+public class FormExample extends DefaultActionSupport {
 
 String firstName = null;
 String lastName = null;
-public String execute() throws Exception {
-// TODO Auto-generated method stub
-return super.execute();
-}
+
 public String getFirstName() {
 return firstName;
 }
@@ -43,5 +42,9 @@
 }
 public void setLastName(String lastName) {
 this.lastName = lastName;
+}
+
+public String displayResult() {
+   return "displayResult";
 }
 }

Added: 
struts/struts2/trunk/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-formExamplePrg-validation.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-formExamplePrg-validation.xml?rev=591942&view=auto
==
--- 
struts/struts2/trunk/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-formExamplePrg-validation.xml
 (added)
+++ 
struts/struts2/trunk/apps/portlet/src/main/resources/org/apache/struts2/portlet/example/FormExample-formExamplePrg-validation.xml
 Mon Nov  5 02:06:31 2007
@@ -0,0 +1,13 @@
+http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";>
+
+
+
+You must enter a first name
+
+
+
+
+You must enter a last name
+
+
+

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml?rev=591942&r1=591941&r2=591942&view=diff
==
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml 
(original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts-view.xml Mon 
Nov  5 02:06:31 2007
@@ -28,6 +28,21 @@



+   
+   

svn commit: r591970 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

2007-11-05 Thread nilsga
Author: nilsga
Date: Mon Nov  5 04:12:34 2007
New Revision: 591970

URL: http://svn.apache.org/viewvc?rev=591970&view=rev
Log:
Changed port

Modified:

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

Modified: 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java?rev=591970&r1=591969&r2=591970&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 Mon Nov  5 04:12:34 2007
@@ -11,7 +11,7 @@

protected Server server;
 
-   private int port = 8080;
+   private int port = 9876;

private String contextPath = "/test";





svn commit: r595483 - /struts/struts2/trunk/apps/portlet/pom.xml

2007-11-15 Thread nilsga
Author: nilsga
Date: Thu Nov 15 14:58:55 2007
New Revision: 595483

URL: http://svn.apache.org/viewvc?rev=595483&view=rev
Log:
Exlude transitive servlet-api dependency from velocity tools.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595483&r1=595482&r2=595483&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 14:58:55 2007
@@ -124,6 +124,12 @@
 org.apache.velocity
 velocity-tools
 1.3
+   
+   
+   javax.servlet
+   servlet-api
+   
+   
 
 
 commons-digester




svn commit: r595558 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

2007-11-15 Thread nilsga
Author: nilsga
Date: Thu Nov 15 21:27:37 2007
New Revision: 595558

URL: http://svn.apache.org/viewvc?rev=595558&view=rev
Log:
Bamboo maven build complains about this file beeing missing so trying to 
force a new build.

Modified:

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

Modified: 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp?rev=595558&r1=595557&r2=595558&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
 Thu Nov 15 21:27:37 2007
@@ -1,5 +1,6 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 ">
+
 Input your name
 
 




svn commit: r595575 - in /struts/struts2/trunk/apps/portlet: ./ src/test/java/org/ src/test/java/org/apache/ src/test/java/org/apache/struts2/ src/test/java/org/apache/struts2/portlet/ src/test/java/o

2007-11-15 Thread nilsga
Author: nilsga
Date: Thu Nov 15 22:43:29 2007
New Revision: 595575

URL: http://svn.apache.org/viewvc?rev=595575&view=rev
Log:
Added the tests again, but excluding them from beeing run with excludes in 
pom.xml

Added:
struts/struts2/trunk/apps/portlet/src/test/java/org/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
Modified:
struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595575&r1=595574&r2=595575&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 22:43:29 2007
@@ -40,6 +40,21 @@

http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/
 

+   
+   
+
+org.apache.maven.plugins
+maven-surefire-plugin
+
+
+
+  
org/apache/struts2/portlet/test/*
+
+
+
+   
+   
+   


pluto

Added: 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java?rev=595575&view=auto
==
--- 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 (added)
+++ 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 Thu Nov 15 22:43:29 2007
@@ -0,0 +1,75 @@
+package org.apache.struts2.portlet.test;
+
+import net.sourceforge.jwebunit.junit.WebTestCase;
+
+import org.apache.pluto.core.PortletServlet;
+import org.mortbay.jetty.Server;
+import org.mortbay.jetty.servlet.ServletHolder;
+import org.mortbay.jetty.webapp.WebAppContext;
+
+public abstract class BasePortletTest extends WebTestCase {
+   
+   protected Server server;
+
+   private int port = 9876;
+   
+   private String contextPath = "/test";
+   
+   public void setUp() throws Exception {
+   System.setProperty("org.apache.pluto.embedded.portletId", 
getPortletName());
+   server = new Server(port);
+   WebAppContext webapp = new WebAppContext("src/main/webapp", 
contextPath);
+   
webapp.setDefaultsDescriptor("/WEB-INF/jetty-pluto-web-default.xml");
+   ServletHolder portletServlet = new ServletHolder(new 
PortletServlet());
+   portletServlet.setInitParameter("portlet-name", 
getPortletName());
+   portletServlet.setInitOrder(1);
+   webapp.addServlet(portletServlet, "/PlutoInvoker/" + 
getPortletName());
+   server.addHandler(webapp);
+   server.start();
+   getTestContext().setBaseUrl("http://localhost:"; + port + 
contextPath);
+   }
+   
+
+   public void tearDown() throws Exception {
+   server.stop();
+   }
+   
+   public void minimizeWindow() {
+   clickElementByXPath("//[EMAIL PROTECTED]'minimized']/..");
+   }
+   
+   public void maximizeWindow() {
+   clickElementByXPath("//[EMAIL PROTECTED]'minimized']/..");
+   }
+   
+   public void restoreWindow() {
+   clickElementByXPath("//[EMAIL PROTECTED]'normal']/..");
+   }
+   
+   public void switchEdit() {
+   clickElementByXPath("//[EMAIL PROTECTED]'edit']/..");
+   }
+   
+   public void switchView() {
+   clickElementByXPath("//[EMAIL PROTECTED]'view']/..");
+   }
+   
+   public void switchHelp() {
+   clickElementByXPath("//[EMAIL PROTECTED]'help']/..");
+   }
+   
+   public void setPort(int port) {
+   this.port = port;
+   }
+   
+   public void setContextPath(String contextPath) {
+   if(!contextPath.startsWith("/")) {
+ 

svn commit: r595569 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

2007-11-15 Thread nilsga
Author: nilsga
Date: Thu Nov 15 22:19:31 2007
New Revision: 595569

URL: http://svn.apache.org/viewvc?rev=595569&view=rev
Log:
remove extra newline

Modified:

struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp

Modified: 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp?rev=595569&r1=595568&r2=595569&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp
 Thu Nov 15 22:19:31 2007
@@ -1,6 +1,5 @@
 <%@ taglib prefix="s" uri="/struts-tags" %>
 ">
-
 Input your name
 
 




svn commit: r595584 - in /struts/struts2/trunk/apps/portlet: pom.xml src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

2007-11-15 Thread nilsga
Author: nilsga
Date: Thu Nov 15 23:11:07 2007
New Revision: 595584

URL: http://svn.apache.org/viewvc?rev=595584&view=rev
Log:
Enabling the tests, trying a new strategy for locating a free port.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595584&r1=595583&r2=595584&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 23:11:07 2007
@@ -40,21 +40,6 @@

http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/
 

-   
-   
-
-org.apache.maven.plugins
-maven-surefire-plugin
-
-
-
-  
org/apache/struts2/portlet/test/*
-
-
-
-   
-   
-   


pluto

Modified: 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java?rev=595584&r1=595583&r2=595584&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 Thu Nov 15 23:11:07 2007
@@ -10,11 +10,11 @@
 public abstract class BasePortletTest extends WebTestCase {

protected Server server;
-
-   private int port = 9876;

private String contextPath = "/test";

+   private int port;
+   
public void setUp() throws Exception {
System.setProperty("org.apache.pluto.embedded.portletId", 
getPortletName());
server = new Server(port);
@@ -26,6 +26,9 @@
webapp.addServlet(portletServlet, "/PlutoInvoker/" + 
getPortletName());
server.addHandler(webapp);
server.start();
+   // Retrieve the actual port that is used, in case a random, 
free port is
+   // picked
+   int port = server.getConnectors()[0].getLocalPort();
getTestContext().setBaseUrl("http://localhost:"; + port + 
contextPath);
}

@@ -58,10 +61,6 @@
clickElementByXPath("//[EMAIL PROTECTED]'help']/..");
}

-   public void setPort(int port) {
-   this.port = port;
-   }
-   
public void setContextPath(String contextPath) {
if(!contextPath.startsWith("/")) {
this.contextPath = "/" + contextPath;
@@ -69,6 +68,10 @@
else {
this.contextPath = contextPath;
}
+   }
+   
+   public void setPort(int port) {
+   this.port = port;
}

public abstract String getPortletName();




svn commit: r595571 - /struts/struts2/trunk/apps/portlet/src/test/java/org/

2007-11-16 Thread nilsga
Author: nilsga
Date: Thu Nov 15 22:27:43 2007
New Revision: 595571

URL: http://svn.apache.org/viewvc?rev=595571&view=rev
Log:
Causing too many problems for Bamboo, so removing for now.

Removed:
struts/struts2/trunk/apps/portlet/src/test/java/org/



svn commit: r597316 - in /struts/maven/trunk/struts2-archetype-portlet: pom.xml src/main/resources/archetype-resources/pom.xml

2007-11-21 Thread nilsga
Author: nilsga
Date: Wed Nov 21 23:27:31 2007
New Revision: 597316

URL: http://svn.apache.org/viewvc?rev=597316&view=rev
Log:
Updated portlet archetype to 2.1.1-SNAPSHOT

Modified:
struts/maven/trunk/struts2-archetype-portlet/pom.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=597316&r1=597315&r2=597316&view=diff
==
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Wed Nov 21 23:27:31 
2007
@@ -31,7 +31,7 @@
 
   4.0.0
   struts2-archetype-portlet
-  2.1.0-SNAPSHOT
+  2.1.1-SNAPSHOT
   maven-plugin
   Struts 2 Archetypes - Portlet
 

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=597316&r1=597315&r2=597316&view=diff
==
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 Wed Nov 21 23:27:31 2007
@@ -19,7 +19,7 @@

org.apache.struts
struts2-portlet-plugin
-   2.1.0-SNAPSHOT
+   2.1.1-SNAPSHOT


 
@@ -91,13 +91,13 @@

org.mortbay.jetty
jetty
-   6.1.5
+   6.1.6rc1
provided


org.mortbay.jetty
jsp-2.1
-   6.1.5
+   6.1.6rc1
provided






svn commit: r597674 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java

2007-11-23 Thread nilsga
Author: nilsga
Date: Fri Nov 23 06:41:32 2007
New Revision: 597674

URL: http://svn.apache.org/viewvc?rev=597674&view=rev
Log:
WW-2335 Using the computed value for content length instead of the hardcoded 
value, as it is done in the other test methods.

Modified:

struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java

Modified: 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java?rev=597674&r1=597673&r2=597674&view=diff
==
--- 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
 (original)
+++ 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
 Fri Nov 23 06:41:32 2007
@@ -81,14 +81,14 @@
 
 result.doExecute("helloworld", mai);
 
-assertEquals("1185", result.getContentLength());
+assertEquals(String.valueOf(contentLength), result.getContentLength());
 assertEquals("text/plain", result.getContentType());
 assertEquals("streamForImage", result.getInputName());
 assertEquals(1024, result.getBufferSize()); // 1024 is default
 assertEquals("inline", result.getContentDisposition());
 
 assertEquals("text/plain", response.getContentType());
-assertEquals(1185, response.getContentLength());
+assertEquals(contentLength, response.getContentLength());
 assertEquals("inline", response.getHeader("Content-disposition"));
 }
 




svn commit: r597962 - /struts/struts2/trunk/apps/portlet/pom.xml

2007-11-25 Thread nilsga
Author: nilsga
Date: Sun Nov 25 00:34:20 2007
New Revision: 597962

URL: http://svn.apache.org/viewvc?rev=597962&view=rev
Log:
There seems to be some issues with the infrastructure on the CI server that 
causes the tests to fail randomly.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=597962&r1=597961&r2=597962&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sun Nov 25 00:34:20 2007
@@ -40,6 +40,21 @@

http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/
 

+   
+   
+
+org.apache.maven.plugins
+maven-surefire-plugin
+
+
+
+  
org/apache/struts2/portlet/test/*
+
+
+
+   
+   
+   


pluto




svn commit: r598196 - in /struts/struts2/trunk/apps/portlet: pom.xml src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

2007-11-26 Thread nilsga
Author: nilsga
Date: Mon Nov 26 02:02:31 2007
New Revision: 598196

URL: http://svn.apache.org/viewvc?rev=598196&view=rev
Log:
WW-2337 Trying to set a different temp directory for the test.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml

struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=598196&r1=598195&r2=598196&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Mon Nov 26 02:02:31 2007
@@ -39,22 +39,7 @@

scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/

http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/
 
-   
-   
-   
-
-org.apache.maven.plugins
-maven-surefire-plugin
-
-
-
-  
org/apache/struts2/portlet/test/*
-
-
-
-   
-   
-   
+


pluto

Modified: 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java?rev=598196&r1=598195&r2=598196&view=diff
==
--- 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 (original)
+++ 
struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/BasePortletTest.java
 Mon Nov 26 02:02:31 2007
@@ -1,5 +1,7 @@
 package org.apache.struts2.portlet.test;
 
+import java.io.File;
+
 import net.sourceforge.jwebunit.junit.WebTestCase;
 
 import org.apache.pluto.core.PortletServlet;
@@ -19,6 +21,7 @@
System.setProperty("org.apache.pluto.embedded.portletId", 
getPortletName());
server = new Server(port);
WebAppContext webapp = new WebAppContext("src/main/webapp", 
contextPath);
+   webapp.setTempDirectory(new File("target/work"));

webapp.setDefaultsDescriptor("/WEB-INF/jetty-pluto-web-default.xml");
ServletHolder portletServlet = new ServletHolder(new 
PortletServlet());
portletServlet.setInitParameter("portlet-name", 
getPortletName());




svn commit: r598260 - /struts/struts2/trunk/plugins/portlet/

2007-11-26 Thread nilsga
Author: nilsga
Date: Mon Nov 26 05:08:46 2007
New Revision: 598260

URL: http://svn.apache.org/viewvc?rev=598260&view=rev
Log:
Added some ignores

Modified:
struts/struts2/trunk/plugins/portlet/   (props changed)

Propchange: struts/struts2/trunk/plugins/portlet/
--
--- svn:ignore (added)
+++ svn:ignore Mon Nov 26 05:08:46 2007
@@ -0,0 +1,4 @@
+target
+.settings
+.project
+.classpath




svn commit: r601698 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

2007-12-06 Thread nilsga
Author: nilsga
Date: Thu Dec  6 02:59:38 2007
New Revision: 601698

URL: http://svn.apache.org/viewvc?rev=601698&view=rev
Log:
Removed unused local variable

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java?rev=601698&r1=601697&r2=601698&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 Thu Dec  6 02:59:38 2007
@@ -71,7 +71,6 @@
private void restoreStack(ActionInvocation invocation) {
RenderRequest request = (RenderRequest) 
invocation.getInvocationContext().get(REQUEST);
if (TextUtils.stringSet(request.getParameter(EVENT_ACTION))) {
-   Map session = 
invocation.getInvocationContext().getSession();
if(!isProperPrg(invocation)) {
LOG.debug("Restoring value stack from event 
phase");
ValueStack oldStack = (ValueStack) 
invocation.getInvocationContext().getSession().get(




svn commit: r601700 - in /struts/struts2/trunk/plugins/portlet: pom.xml src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java src/test/java/org/apache/struts2/portlet/dispatcher/Js

2007-12-06 Thread nilsga
Author: nilsga
Date: Thu Dec  6 03:05:08 2007
New Revision: 601700

URL: http://svn.apache.org/viewvc?rev=601700&view=rev
Log:
WW-2347,WW-2348 - Make multipart form fields available in the parameter map.

Modified:
struts/struts2/trunk/plugins/portlet/pom.xml

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

Modified: struts/struts2/trunk/plugins/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=601700&r1=601699&r2=601700&view=diff
==
--- struts/struts2/trunk/plugins/portlet/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet/pom.xml Thu Dec  6 03:05:08 2007
@@ -124,12 +124,24 @@
 org.springframework
 spring-mock
 2.0.7
-  test
+   test
 
+   
+   org.springframework
+   spring-portlet
+   2.0.7
+   test
+   
 
 org.springframework
 spring-core
 2.0.7
+  test
+
+   
+commons-fileupload
+commons-fileupload
+   1.1.1
   test
 


Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?rev=601700&r1=601699&r2=601700&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Thu Dec  6 03:05:08 2007
@@ -21,6 +21,7 @@
 package org.apache.struts2.portlet.dispatcher;
 
 import java.io.IOException;
+import java.io.InputStream;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Locale;
@@ -50,6 +51,7 @@
 import org.apache.struts2.dispatcher.SessionMap;
 import org.apache.struts2.dispatcher.mapper.ActionMapper;
 import org.apache.struts2.dispatcher.mapper.ActionMapping;
+import org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper;
 import org.apache.struts2.portlet.PortletActionConstants;
 import org.apache.struts2.portlet.PortletApplicationMap;
 import org.apache.struts2.portlet.PortletRequestMap;
@@ -358,6 +360,11 @@
ServletContext dummyServletContext = new 
PortletServletContext(getPortletContext());
if(EVENT_PHASE.equals(phase)) {
dummyRequest = dispatcherUtils.wrapRequest(dummyRequest, 
dummyServletContext);
+   if(dummyRequest instanceof MultiPartRequestWrapper) {
+   // Multipart request. Request parameters are encoded in 
the multipart data,
+   // so we need to manually add them to the parameter map.
+   parameterMap.putAll(dummyRequest.getParameterMap());
+   }
}
 // ServletActionContext
 HashMap extraContext = new HashMap();

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java?rev=601700&r1=601699&r2=601700&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java
 Thu Dec  6 03:05:08 2007
@@ -20,6 +20,7 @@
  */
 package org.apache.struts2.portlet.dispatcher;
 
+import java.io.File;
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -36,19 +37,16 @@
 import javax.portlet.RenderRequest;
 import javax.portlet.RenderResponse;
 import javax.portlet.WindowState;
-import javax.servlet.ServletContext;
-import javax.servlet.ServletContextEvent;
-
-import junit.textui.TestRunner;
 
 import org.apache.struts2.StrutsConstants;
-import org.apache.struts2.dispatcher.mapper.ActionMapper;
 import org.apache.struts2.dispatcher.mapper.ActionMapping;
 import org.apache.struts2.portlet.PortletActionConstants;
 import org.easymock.EasyMock;
 import org.jmock.Mock;
 import org.jmock.cglib.MockObjectTestCase;
 import org.jmock.core.Constraint;
+import org.springframework.moc

svn commit: r609581 - /struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

2008-01-07 Thread nilsga
Author: nilsga
Date: Mon Jan  7 04:16:39 2008
New Revision: 609581

URL: http://svn.apache.org/viewvc?rev=609581&view=rev
Log:
WW-2404 Changed the order of the interceptors

Modified:
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml?rev=609581&r1=609580&r2=609581&view=diff
==
--- struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml 
(original)
+++ struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml 
Mon Jan  7 04:16:39 2008
@@ -50,15 +50,15 @@

 

-
 
+
 
  


+   


-   

   





svn commit: r609901 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/components/PortletUrlRenderer.java test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

2008-01-08 Thread nilsga
Author: nilsga
Date: Tue Jan  8 00:18:23 2008
New Revision: 609901

URL: http://svn.apache.org/viewvc?rev=609901&view=rev
Log:
WW-2370 Using the name of the current executing action in the url when no 
action is specified.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=609901&r1=609900&r2=609901&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Tue Jan  8 00:18:23 2008
@@ -20,6 +20,8 @@
  */
 package org.apache.struts2.components;
 
+import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.util.TextUtils;
 import org.apache.struts2.StrutsException;
 import org.apache.struts2.portlet.util.PortletUrlHelper;
@@ -46,11 +48,14 @@
}
 
 String result;
-if (urlComponent.value == null && urlComponent.action != null) {
+if (onlyActionSpecified(urlComponent)) {
 result = PortletUrlHelper.buildUrl(urlComponent.action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
-} else {
+} else if(onlyValueSpecified(urlComponent)){
 result = PortletUrlHelper.buildResourceUrl(urlComponent.value, 
urlComponent.parameters);
 }
+else {
+   result = createDefaultUrl(urlComponent);
+}
 if ( urlComponent.anchor != null && urlComponent.anchor.length() > 0 ) 
{
 result += '#' + urlComponent.anchor;
 }
@@ -71,14 +76,34 @@
 }
}
 
+   private String createDefaultUrl(URL urlComponent) {
+   String result;
+   ActionInvocation ai = 
(ActionInvocation)urlComponent.getStack().getContext().get(
+   ActionContext.ACTION_INVOCATION);
+   String action = ai.getProxy().getActionName();
+   result = PortletUrlHelper.buildUrl(action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
+   return result;
+   }
+
+   private boolean onlyValueSpecified(URL urlComponent) {
+   return urlComponent.value != null && urlComponent.action == 
null;
+   }
+
+   private boolean onlyActionSpecified(URL urlComponent) {
+   return urlComponent.value == null && urlComponent.action != 
null;
+   }
+
/**
 * [EMAIL PROTECTED]
 */
public void renderFormUrl(Form formComponent) {
String action = null;
 if (formComponent.action != null) {
-// if it isn't specified, we'll make somethig up
 action = formComponent.findString(formComponent.action);
+}
+else {
+   ActionInvocation ai = (ActionInvocation) 
formComponent.getStack().getContext().get(ActionContext.ACTION_INVOCATION);
+   action = ai.getProxy().getActionName();
 }
 
 String type = "action";

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java?rev=609901&r1=609900&r2=609901&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 Tue Jan  8 00:18:23 2008
@@ -20,7 +20,6 @@
  */
 package org.apache.struts2.views.jsp;
 
-import java.lang.reflect.Field;
 import java.util.Arrays;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -48,11 +47,14 @@
 
 import com.mockobjects.servlet.MockJspWriter;
 import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.ActionInvocation;
+import com.opensymphony.xwork2.ActionProxy;
 import com.opensymphony.xwork2.util.ValueStack;
 import com.opensymphony.xwork2.util.ValueStackFactory;
 
 /**
  */
[EMAIL PROTECTED

svn commit: r612406 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

2008-01-16 Thread nilsga
Author: nilsga
Date: Wed Jan 16 02:05:06 2008
New Revision: 612406

URL: http://svn.apache.org/viewvc?rev=612406&view=rev
Log:
WW-1859 The namespace computation does not seem to have any meaning, so 
removing it completely. 

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=612406&r1=612405&r2=612406&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Wed Jan 16 02:05:06 2008
@@ -117,19 +117,12 @@
 formComponent.getParameters(), type, 
formComponent.portletMode, formComponent.windowState);
 formComponent.addParameter("action", result);
 
-// namespace: cut out anything between the start and the last /
-int slash = result.lastIndexOf('/');
-if (slash != -1) {
-formComponent.addParameter("namespace", result.substring(0, 
slash));
-} else {
-formComponent.addParameter("namespace", "");
-}
 
 // name/id: cut out anything between / and . should be the id and
 // name
 String id = formComponent.getId();
 if (id == null) {
-slash = action.lastIndexOf('/');
+int slash = action.lastIndexOf('/');
 int dot = action.indexOf('.', slash);
 if (dot != -1) {
 id = action.substring(slash + 1, dot);




svn commit: r613844 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-01-21 Thread nilsga
Author: nilsga
Date: Mon Jan 21 03:21:33 2008
New Revision: 613844

URL: http://svn.apache.org/viewvc?rev=613844&view=rev
Log:
Added apache snapshot repo

Modified:
struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613844&r1=613843&r2=613844&view=diff
==
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 03:21:33 
2008
@@ -145,4 +145,13 @@
   test
 

+   
+   
+apache.snapshots
+Apache Maven Repository (Snapshots and Test Builds)
+http://people.apache.org/repo/m2-snapshot-repository
+false
+true
+
+   
 




svn commit: r613861 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-01-21 Thread nilsga
Author: nilsga
Date: Mon Jan 21 03:59:31 2008
New Revision: 613861

URL: http://svn.apache.org/viewvc?rev=613861&view=rev
Log:
Added exo repo for portlet 2.0 api

Modified:
struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613861&r1=613860&r2=613861&view=diff
==
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 03:59:31 
2008
@@ -147,11 +147,19 @@



-apache.snapshots
-Apache Maven Repository (Snapshots and Test Builds)
-http://people.apache.org/repo/m2-snapshot-repository
-false
-true
-
+apache.snapshots
+Apache Maven Repository (Snapshots and Test Builds)
+http://people.apache.org/repo/m2-snapshot-repository
+false
+true
+
+   
+   exo
+   Exlolab repository
+   http://maven2.exoplatform.org/maven/
+   true
+   false
+   
+

 




svn commit: r613864 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-01-21 Thread nilsga
Author: nilsga
Date: Mon Jan 21 04:04:04 2008
New Revision: 613864

URL: http://svn.apache.org/viewvc?rev=613864&view=rev
Log:
edited portlet 2 version

Modified:
struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613864&r1=613863&r2=613864&view=diff
==
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 04:04:04 
2008
@@ -74,7 +74,7 @@
 
 javax.portlet
 portlet-api
-2.0-r30
+2.0
 true
 
 




svn commit: r613862 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-01-21 Thread nilsga
Author: nilsga
Date: Mon Jan 21 04:01:57 2008
New Revision: 613862

URL: http://svn.apache.org/viewvc?rev=613862&view=rev
Log:
fixed error

Modified:
struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613862&r1=613861&r2=613862&view=diff
==
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 04:01:57 
2008
@@ -158,7 +158,7 @@
Exlolab repository
http://maven2.exoplatform.org/maven/
true
-   false
+   false

 





svn commit: r614140 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java

2008-01-22 Thread nilsga
Author: nilsga
Date: Tue Jan 22 00:25:58 2008
New Revision: 614140

URL: http://svn.apache.org/viewvc?rev=614140&view=rev
Log:
WW-2416 Serialize the request map, but filter out the value stack to reduce the 
verbosity of the output

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java?rev=614140&r1=614139&r2=614140&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java
 Tue Jan 22 00:25:58 2008
@@ -338,7 +338,8 @@
 }
 }
 writer.endNode();
-serializeIt(ctx.getSession(), "request", writer, new 
ArrayList());
+Map requestMap = (Map) ctx.get("request");
+serializeIt(requestMap, "request", writer, 
filterValueStack(requestMap));
 serializeIt(ctx.getSession(), "session", writer, new 
ArrayList());
 
 ValueStack stack = (ValueStack) ctx.get(ActionContext.VALUE_STACK);
@@ -445,6 +446,15 @@
 this.enableXmlWithConsole = enableXmlWithConsole;
 }
 
+
+private List filterValueStack(Map requestMap) {
+   List filter = new ArrayList();
+   Object valueStack = requestMap.get("struts.valueStack");
+   if(valueStack != null) {
+   filter.add(valueStack);
+   }
+   return filter;
+}
 
 
 }




svn commit: r615436 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java

2008-01-26 Thread nilsga
Author: nilsga
Date: Sat Jan 26 00:53:12 2008
New Revision: 615436

URL: http://svn.apache.org/viewvc?rev=615436&view=rev
Log:
WW-2240 Temporary workaround for NPE problems when doing info logging. Patch by 
Benjamin McCann

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java?rev=615436&r1=615435&r2=615436&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java
 Sat Jan 26 00:53:12 2008
@@ -274,8 +274,9 @@
 File[] file = multiWrapper.getFiles(inputValue);
 for (int index = 0; index < file.length; index++) {
 File currentFile = file[index];
-LOG.info(getTextMessage("struts.messages.removing.file", new 
Object[]{inputValue, currentFile}, ActionContext.getContext().getLocale()));
-
+if(LOG.isInfoEnabled()) {
+   
LOG.info(getTextMessage("struts.messages.removing.file", new 
Object[]{inputValue, currentFile}, ActionContext.getContext().getLocale()));
+}
 if ((currentFile != null) && currentFile.isFile()) {
 currentFile.delete();
 }




svn commit: r628564 - /struts/maven/trunk/pom/pom.xml

2008-02-17 Thread nilsga
Author: nilsga
Date: Sun Feb 17 14:12:58 2008
New Revision: 628564

URL: http://svn.apache.org/viewvc?rev=628564&view=rev
Log:
Added myself to the committers list

Modified:
struts/maven/trunk/pom/pom.xml

Modified: struts/maven/trunk/pom/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/pom/pom.xml?rev=628564&r1=628563&r2=628564&view=diff
==
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Sun Feb 17 14:12:58 2008
@@ -353,6 +353,14 @@
 Committer
  
   
+ 
+Nils-Helge Garli Hegvik
+    nilsga
+    nilsga at apache.org
+
+   Committer
+
+  
 






svn commit: r629255 - in /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context: PreparatorServlet.java ServletContextHolderListener.java

2008-02-19 Thread nilsga
Author: nilsga
Date: Tue Feb 19 14:36:48 2008
New Revision: 629255

URL: http://svn.apache.org/viewvc?rev=629255&view=rev
Log:
WW-2101 Added back classes with deprecation

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java
  - copied, changed from r564598, 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java
  - copied, changed from r564601, 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java

Copied: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java
 (from r564598, 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java)
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java?p2=struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java&p1=struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java&r1=564598&r2=629255&rev=629255&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PreparatorServlet.java
 Tue Feb 19 14:36:48 2008
@@ -20,47 +20,30 @@
  */
 package org.apache.struts2.portlet.context;
 
-import java.io.IOException;
-
-import javax.servlet.ServletContext;
+import javax.servlet.ServletConfig;
 import javax.servlet.ServletException;
 import javax.servlet.http.HttpServlet;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.apache.struts2.StrutsStatics;
 
-import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.util.logging.Logger;
+import com.opensymphony.xwork2.util.logging.LoggerFactory;
 
 /**
- * Since a portlet is not dispatched the same way as a servlet, the
- * [EMAIL PROTECTED] org.apache.struts2.ServletActionContext} is not 
immediately available, as it
- * depends on objects from the servlet API. However, the WW2 view 
implementations require access
- * to the objects in the [EMAIL PROTECTED] 
org.apache.struts2.ServletActionContext}, and this servlet
- * makes sure that these are available when the portlet actions are executing 
the render results.
+ * @deprecated
+ * 
+ * This servlet has been deprecated. Do not use it (WW-2101)
  *
  */
 public class PreparatorServlet extends HttpServlet implements StrutsStatics {
 
 private static final long serialVersionUID = 1853399729352984089L;
 
-private final static Log LOG = LogFactory.getLog(PreparatorServlet.class);
+private final static Logger LOG = 
LoggerFactory.getLogger(PreparatorServlet.class);
 
-/**
- * Prepares the [EMAIL PROTECTED] org.apache.struts2.ServletActionContext} 
with the
- * [EMAIL PROTECTED] ServletContext}, [EMAIL PROTECTED] 
HttpServletRequest} and [EMAIL PROTECTED] HttpServletResponse}.
- */
-public void service(HttpServletRequest servletRequest,
-HttpServletResponse servletResponse) throws ServletException,
-IOException {
-LOG.debug("Preparing servlet objects for dispatch");
-ServletContext ctx = getServletContext();
-ActionContext.getContext().put(SERVLET_CONTEXT, ctx);
-ActionContext.getContext().put(HTTP_REQUEST, servletRequest);
-ActionContext.getContext().put(HTTP_RESPONSE, servletResponse);
-LOG.debug("Preparation complete");
-}
+   @Override
+   public void init(ServletConfig config) throws ServletException {
+   LOG.warn("The preparator servlet has been deprecated. It can 
safely be removed from your web.xml file");
+   }
 
 }

Copied: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java
 (from r564601, 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java)
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java?p2=struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHolderListener.java&p1=struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/ServletContextHo

svn commit: r632737 - in /struts/struts2/trunk/apps/portlet: pom.xml src/main/webapp/WEB-INF/web.xml

2008-03-02 Thread nilsga
Author: nilsga
Date: Sun Mar  2 03:13:15 2008
New Revision: 632737

URL: http://svn.apache.org/viewvc?rev=632737&view=rev
Log:
WW-2509 No need for the FilterDispatcher in the sample application, and removed 
duplicate entry for commons-lang in the pom.

Modified:
struts/struts2/trunk/apps/portlet/pom.xml
struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=632737&r1=632736&r2=632737&view=diff
==
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sun Mar  2 03:13:15 2008
@@ -161,12 +161,6 @@
   log4j
   1.2.9
 
-
-
-commons-lang
-commons-lang
-2.0
-


org.mortbay.jetty

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml?rev=632737&r1=632736&r2=632737&view=diff
==
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/web.xml Sun Mar  
2 03:13:15 2008
@@ -9,21 +9,6 @@


 
-
-Struts2
-
org.apache.struts2.dispatcher.FilterDispatcher
-
-
-
-Struts2
-/*
-
-   
-   
-
org.springframework.web.context.ContextLoaderListener
-   
-   
-


svn commit: r651529 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/components/ plugins/portlet/src/main/java/org/apache/struts2/components/ plugins/portlet/src/test/java/org/apache/

2008-04-25 Thread nilsga
Author: nilsga
Date: Fri Apr 25 01:16:36 2008
New Revision: 651529

URL: http://svn.apache.org/viewvc?rev=651529&view=rev
Log:
WW-2504 Ignoring the includeParams for portlet urls. Had to extract some more 
code into the "UrlRenderer".

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java?rev=651529&r1=651528&r2=651529&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
 Fri Apr 25 01:16:36 2008
@@ -22,6 +22,10 @@
 
 import java.io.IOException;
 import java.io.Writer;
+import java.util.Collections;
+import java.util.Iterator;
+import java.util.LinkedHashMap;
+import java.util.Map;
 
 import org.apache.struts2.StrutsException;
 import org.apache.struts2.dispatcher.mapper.ActionMapping;
@@ -197,4 +201,126 @@
// interceptor does allow validation eg. method is not filtered 
out)
formComponent.evaluateClientSideJsEnablement(actionName, 
namespace, actionMethod);
}
+
+
+   public void beforeRenderUrl(URL urlComponent) {
+   if (urlComponent.value != null) {
+urlComponent.value = urlComponent.findString(urlComponent.value);
+}
+
+// no explicit url set so attach params from current url, do
+// this at start so body params can override any of these they wish.
+try {
+// ww-1266
+String includeParams = (urlComponent.urlIncludeParams != null ? 
urlComponent.urlIncludeParams.toLowerCase() : URL.GET);
+
+if (urlComponent.includeParams != null) {
+includeParams = 
urlComponent.findString(urlComponent.includeParams);
+}
+
+if (URL.NONE.equalsIgnoreCase(includeParams)) {
+mergeRequestParameters(urlComponent.value, 
urlComponent.parameters, Collections.EMPTY_MAP);
+} else if (URL.ALL.equalsIgnoreCase(includeParams)) {
+mergeRequestParameters(urlComponent.value, 
urlComponent.parameters, urlComponent.req.getParameterMap());
+
+// for ALL also include GET parameters
+includeGetParameters(urlComponent);
+includeExtraParameters(urlComponent);
+} else if (URL.GET.equalsIgnoreCase(includeParams) || 
(includeParams == null && urlComponent.value == null && urlComponent.action == 
null)) {
+includeGetParameters(urlComponent);
+includeExtraParameters(urlComponent);
+} else if (includeParams != null) {
+LOG.warn("Unknown value for includeParams parameter to URL 
tag: " + includeParams);
+}
+} catch (Exception e) {
+LOG.warn("Unable to put request parameters (" + 
urlComponent.req.getQueryString() + ") into parameter map.", e);
+}
+
+   
+   }
+   
+private void includeExtraParameters(URL urlComponent) {
+if (urlComponent.extraParameterProvider != null) {
+mergeRequestParameters(urlComponent.value, 
urlComponent.parameters, 
urlComponent.extraParameterProvider.getExtraParameters());
+}
+}
+private void includeGetParameters(URL urlComponent) {
+   String query = extractQueryString(urlComponent);
+   mergeRequestParameters(urlComponent.value, urlComponent.parameters, 
UrlHelper.parseQueryString(query));
+}
+
+private String extractQueryString(URL urlComponent) {
+// Parse the query string to make sure that the parameters come from 
the query, and not some posted data
+String query = urlComponent.req.getQueryString();
+if (query == null) {
+query = (String) 
urlComponent.req.getAttribute("javax.servlet.forward.query_string");
+}
+
+if (query != null) {
+// Remove possible #foobar suffix
+int idx = query.lastIndexOf('#');
+
+if (idx != -1) {
+query = query.substring(0, idx);
+}
+}
+return query;
+}
+
+/**
+ * Merge request parameters into 

svn commit: r651586 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/components/ test/java/org/apache/struts2/components/ test/java/org/apache/struts2/views/jsp/

2008-04-25 Thread nilsga
Author: nilsga
Date: Fri Apr 25 05:12:24 2008
New Revision: 651586

URL: http://svn.apache.org/viewvc?rev=651586&view=rev
Log:
WW-1875 Use the namespace of the current action if namespace is not specified. 
Refactored some tests.

Added:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=651586&r1=651585&r2=651586&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Fri Apr 25 05:12:24 2008
@@ -25,9 +25,14 @@
 import com.opensymphony.xwork2.util.TextUtils;
 import org.apache.struts2.StrutsException;
 import org.apache.struts2.portlet.util.PortletUrlHelper;
+import org.apache.struts2.views.util.UrlHelper;
 
 import java.io.IOException;
 import java.io.Writer;
+import java.util.Collections;
+import java.util.Iterator;
+import java.util.LinkedHashMap;
+import java.util.Map;
 
 /**
  * Implementation of the [EMAIL PROTECTED] UrlRenderer} interface that renders 
URLs for portlet environments.
@@ -48,6 +53,7 @@
}
 
 String result;
+urlComponent.namespace = 
urlComponent.determineNamespace(urlComponent.namespace, urlComponent.stack, 
urlComponent.req);
 if (onlyActionSpecified(urlComponent)) {
 result = PortletUrlHelper.buildUrl(urlComponent.action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
 } else if(onlyValueSpecified(urlComponent)){
@@ -97,6 +103,8 @@
 * [EMAIL PROTECTED]
 */
public void renderFormUrl(Form formComponent) {
+   String namespace = 
formComponent.determineNamespace(formComponent.namespace, 
formComponent.getStack(),
+   formComponent.request);
String action = null;
 if (formComponent.action != null) {
 action = formComponent.findString(formComponent.action);
@@ -105,7 +113,6 @@
ActionInvocation ai = (ActionInvocation) 
formComponent.getStack().getContext().get(ActionContext.ACTION_INVOCATION);
action = ai.getProxy().getActionName();
 }
-
 String type = "action";
 if (TextUtils.stringSet(formComponent.method)) {
 if ("GET".equalsIgnoreCase(formComponent.method.trim())) {
@@ -113,7 +120,7 @@
 }
 }
 if (action != null) {
-String result = PortletUrlHelper.buildUrl(action, 
formComponent.namespace, null,
+String result = PortletUrlHelper.buildUrl(action, namespace, null,
 formComponent.getParameters(), type, 
formComponent.portletMode, formComponent.windowState);
 formComponent.addParameter("action", result);
 

Added: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java?rev=651586&view=auto
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
 Fri Apr 25 05:12:24 2008
@@ -0,0 +1,144 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITION

svn commit: r651596 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

2008-04-25 Thread nilsga
Author: nilsga
Date: Fri Apr 25 05:49:45 2008
New Revision: 651596

URL: http://svn.apache.org/viewvc?rev=651596&view=rev
Log:
Removed some imports

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=651596&r1=651595&r2=651596&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Fri Apr 25 05:49:45 2008
@@ -20,19 +20,15 @@
  */
 package org.apache.struts2.components;
 
-import com.opensymphony.xwork2.ActionContext;
-import com.opensymphony.xwork2.ActionInvocation;
-import com.opensymphony.xwork2.util.TextUtils;
+import java.io.IOException;
+import java.io.Writer;
+
 import org.apache.struts2.StrutsException;
 import org.apache.struts2.portlet.util.PortletUrlHelper;
-import org.apache.struts2.views.util.UrlHelper;
 
-import java.io.IOException;
-import java.io.Writer;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.LinkedHashMap;
-import java.util.Map;
+import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.ActionInvocation;
+import com.opensymphony.xwork2.util.TextUtils;
 
 /**
  * Implementation of the [EMAIL PROTECTED] UrlRenderer} interface that renders 
URLs for portlet environments.




svn commit: r671175 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties

2008-06-24 Thread nilsga
Author: nilsga
Date: Tue Jun 24 07:04:22 2008
New Revision: 671175

URL: http://svn.apache.org/viewvc?rev=671175&view=rev
Log:
WW-2619 Fixed some weird characters...

Modified:

struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties?rev=671175&r1=671174&r2=671175&view=diff
==
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 Tue Jun 24 07:04:22 2008
@@ -18,13 +18,13 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-struts.messages.invalid.token=Denne form er allerede blevet behandlet eller 
der mangler en token, venligst pr�v igen.
+struts.messages.invalid.token=Denne form er allerede blevet behandlet eller 
der mangler en token, venligst prøv igen.
 struts.internal.invalid.token=Form token {0} passer ikke med den token som 
findes i session {1}.
 
 struts.messages.bypass.request=Springer over {0}/{1}
 struts.messages.current.file=Fil {0} {1} {2} {3}
-struts.messages.invalid.file=Kan ikke finde filen {0}. Unders�g om den 
angivne fil er gyldig.
-struts.messages.invalid.content.type=Kan ikke finde en Content-Type til {0}. 
Unders�g om den angivne fil er gyldig.
+struts.messages.invalid.file=Kan ikke finde filen {0}. Undersøg om den angivne 
fil er gyldig.
+struts.messages.invalid.content.type=Kan ikke finde en Content-Type til {0}. 
Undersøg om den angivne fil er gyldig.
 struts.messages.removing.file=Sletter fil {0} {1}
 struts.messages.error.uploading=Fejl ved upload: {0}
 struts.messages.error.file.too.large=Filen er for stor: {0} "{1}" {2}




svn commit: r671178 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties

2008-06-24 Thread nilsga
Author: nilsga
Date: Tue Jun 24 07:10:31 2008
New Revision: 671178

URL: http://svn.apache.org/viewvc?rev=671178&view=rev
Log:
WW-2619 Escaped unicode characters

Modified:

struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties?rev=671178&r1=671177&r2=671178&view=diff
==
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 Tue Jun 24 07:10:31 2008
@@ -18,13 +18,13 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-struts.messages.invalid.token=Denne form er allerede blevet behandlet eller 
der mangler en token, venligst prøv igen.
+struts.messages.invalid.token=Denne form er allerede blevet behandlet eller 
der mangler en token, venligst pr\u00F8v igen.
 struts.internal.invalid.token=Form token {0} passer ikke med den token som 
findes i session {1}.
 
 struts.messages.bypass.request=Springer over {0}/{1}
 struts.messages.current.file=Fil {0} {1} {2} {3}
-struts.messages.invalid.file=Kan ikke finde filen {0}. Undersøg om den angivne 
fil er gyldig.
-struts.messages.invalid.content.type=Kan ikke finde en Content-Type til {0}. 
Undersøg om den angivne fil er gyldig.
+struts.messages.invalid.file=Kan ikke finde filen {0}. Unders\u00F8g om den 
angivne fil er gyldig.
+struts.messages.invalid.content.type=Kan ikke finde en Content-Type til {0}. 
Unders\u00F8g om den angivne fil er gyldig.
 struts.messages.removing.file=Sletter fil {0} {1}
 struts.messages.error.uploading=Fejl ved upload: {0}
 struts.messages.error.file.too.large=Filen er for stor: {0} "{1}" {2}




svn commit: r671184 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties

2008-06-24 Thread nilsga
Author: nilsga
Date: Tue Jun 24 07:22:29 2008
New Revision: 671184

URL: http://svn.apache.org/viewvc?rev=671184&view=rev
Log:
WW-2619 Added unicode escape codes

Modified:

struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties?rev=671184&r1=671183&r2=671184&view=diff
==
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_pt.properties
 Tue Jun 24 07:22:29 2008
@@ -18,16 +18,16 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-struts.messages.invalid.token=O formulario já foi processado ou nenhum token 
foi gerado, por favor tente novamente.
-struts.internal.invalid.token=O token do formulário {0} é diferente do token 
de sessão {1}.
+struts.messages.invalid.token=O formulario j\u00E1 foi processado ou nenhum 
token foi gerado, por favor tente novamente.
+struts.internal.invalid.token=O token do formul\u00E1rio {0} \u00E9 diferente 
do token de sess\u00E3o {1}.
 
 struts.messages.bypass.request=Ignorando {0}/ {1}
 struts.messages.current.file=Arquivo {0} {1} {2} {3}
-struts.messages.invalid.file=Não foi possível encontra um Nome de Arquivo para 
{0}. Verifique se um arquivo válido foi submetido.
-struts.messages.invalid.content.type=Não foi possível encontrar um 
Content-Type para {0}. Verifique se um arquivo válido foi submetido.
+struts.messages.invalid.file=N\u00E3o foi poss\u00EDvel encontra um Nome de 
Arquivo para {0}. Verifique se um arquivo v\u00E1lido foi submetido.
+struts.messages.invalid.content.type=N\u00E3o foi poss\u00EDvel encontrar um 
Content-Type para {0}. Verifique se um arquivo v\u00E1lido foi submetido.
 struts.messages.removing.file=Removendo arquivo {0} {1}
 struts.messages.error.uploading=Erro de uploading: {0}
 struts.messages.error.file.too.large=Arquivo muito grande: {0} "{1}" {2}
-struts.messages.error.content.type.not.allowed=Content-Type não permitido: {0} 
"{1}" {2}
+struts.messages.error.content.type.not.allowed=Content-Type n\u00E3o 
permitido: {0} "{1}" {2}
 
-devmode.notification=Notificação para o Desenvolvedor (altere o paramêtro 
struts.devMode para false para desabilitar esta mensagem):\n{0}
+devmode.notification=Notifica\u00E7\u00E3o para o Desenvolvedor (altere o 
param\u00EAtro struts.devMode para false para desabilitar esta mensagem):\n{0}




svn commit: r677903 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

2008-07-18 Thread nilsga
Author: nilsga
Date: Fri Jul 18 06:36:37 2008
New Revision: 677903

URL: http://svn.apache.org/viewvc?rev=677903&view=rev
Log:
WW-2622 Added missing inject

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?rev=677903&r1=677902&r2=677903&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Fri Jul 18 06:36:37 2008
@@ -495,6 +495,7 @@
 // on the uri, so we add the default one, which should be ok 
as the
 // portlet is a portlet first, a servlet second
 PortletServletRequest httpRequest = new 
PortletServletRequest(request, getPortletContext());
+container.inject(httpRequest);
 mapping = actionMapper.getMapping(httpRequest, 
dispatcherUtils.getConfigurationManager());
 }
 }




svn commit: r691544 - /struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java

2008-09-03 Thread nilsga
Author: nilsga
Date: Wed Sep  3 01:38:49 2008
New Revision: 691544

URL: http://svn.apache.org/viewvc?rev=691544&view=rev
Log:
Doesn't work right now

Modified:

struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java

Modified: 
struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java?rev=691544&r1=691543&r2=691544&view=diff
==
--- 
struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java
 (original)
+++ 
struts/struts2/trunk/apps/showcase/src/test/java/it/org/apache/struts2/showcase/staticcontent/StaticContentTest.java
 Wed Sep  3 01:38:49 2008
@@ -26,12 +26,12 @@
 }
 }
 
-public void testInvalidRersources3() throws IOException {
+/*public void testInvalidRersources3() throws IOException {
 try {
 
beginAt("/struts/..%252f..%252f..%252fWEB-INF/classes/org/apache/struts2/showcase/action/EmployeeAction.class/");
 fail("Previous request should have failed");
 } catch (TestingEngineResponseException ex) {
 // ok
 }
-}
+}*/
 }




svn commit: r701661 - /struts/struts2/trunk/plugins/portlet/pom.xml

2008-10-04 Thread nilsga
Author: nilsga
Date: Sat Oct  4 09:25:01 2008
New Revision: 701661

URL: http://svn.apache.org/viewvc?rev=701661&view=rev
Log:
Touching file to trigger build

Modified:
struts/struts2/trunk/plugins/portlet/pom.xml

Modified: struts/struts2/trunk/plugins/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=701661&r1=701660&r2=701661&view=diff
==
--- struts/struts2/trunk/plugins/portlet/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet/pom.xml Sat Oct  4 09:25:01 2008
@@ -60,7 +60,7 @@
 provided
 
 
-
+
 
 org.apache.velocity
 velocity




svn commit: r701671 - /struts/struts2/trunk/plugins/jasperreports/pom.xml

2008-10-04 Thread nilsga
Author: nilsga
Date: Sat Oct  4 10:04:36 2008
New Revision: 701671

URL: http://svn.apache.org/viewvc?rev=701671&view=rev
Log:
Trying different things to fix bamboo error

Modified:
struts/struts2/trunk/plugins/jasperreports/pom.xml

Modified: struts/struts2/trunk/plugins/jasperreports/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jasperreports/pom.xml?rev=701671&r1=701670&r2=701671&view=diff
==
--- struts/struts2/trunk/plugins/jasperreports/pom.xml (original)
+++ struts/struts2/trunk/plugins/jasperreports/pom.xml Sat Oct  4 10:04:36 2008
@@ -46,5 +46,11 @@
 3.0.0
 provided
 
+   
+   jfree
+   jcommon
+   1.0.2
+   provided
+   
 
 




svn commit: r701674 - /struts/struts2/trunk/plugins/jasperreports/pom.xml

2008-10-04 Thread nilsga
Author: nilsga
Date: Sat Oct  4 10:14:20 2008
New Revision: 701674

URL: http://svn.apache.org/viewvc?rev=701674&view=rev
Log:
Reverting change

Modified:
struts/struts2/trunk/plugins/jasperreports/pom.xml

Modified: struts/struts2/trunk/plugins/jasperreports/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jasperreports/pom.xml?rev=701674&r1=701673&r2=701674&view=diff
==
--- struts/struts2/trunk/plugins/jasperreports/pom.xml (original)
+++ struts/struts2/trunk/plugins/jasperreports/pom.xml Sat Oct  4 10:14:20 2008
@@ -46,11 +46,5 @@
 3.0.0
 provided
 
-   
-   jfree
-   jcommon
-   1.0.2
-   provided
-   
 
 




svn commit: r719704 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/components/ plugins/portlet/src/main/java/org/apache/struts2/components/ plugins/portlet/src/test/java/org/apache/

2008-11-21 Thread nilsga
Author: nilsga
Date: Fri Nov 21 12:37:49 2008
New Revision: 719704

URL: http://svn.apache.org/viewvc?rev=719704&view=rev
Log:
WW-2783 Evaluate anchor. Fix suggested by Ralf Fischer.

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java?rev=719704&r1=719703&r2=719704&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java
 Fri Nov 21 12:37:49 2008
@@ -82,7 +82,7 @@
result = UrlHelper.buildUrl(_value, urlComponent.req, 
urlComponent.res, urlComponent.parameters, scheme, urlComponent.includeContext, 
urlComponent.encode, urlComponent.forceAddSchemeHostAndPort, 
urlComponent.escapeAmp);
}
if ( urlComponent.anchor != null && 
urlComponent.anchor.length() > 0 ) {
-   result += '#' + urlComponent.anchor;
+   result += '#' + 
urlComponent.findString(urlComponent.anchor);
}
 
String var = urlComponent.getVar();

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=719704&r1=719703&r2=719704&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Fri Nov 21 12:37:49 2008
@@ -43,6 +43,10 @@
 * [EMAIL PROTECTED]
 */
public void renderUrl(Writer writer, URL urlComponent) {
+   String action = null;
+   if(urlComponent.action != null) {
+   action = urlComponent.findString(urlComponent.action);
+   }
String scheme = urlComponent.req.getScheme();
 
if (urlComponent.scheme != null) {
@@ -52,7 +56,7 @@
 String result;
 urlComponent.namespace = 
urlComponent.determineNamespace(urlComponent.namespace, urlComponent.stack, 
urlComponent.req);
 if (onlyActionSpecified(urlComponent)) {
-result = PortletUrlHelper.buildUrl(urlComponent.action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
+result = PortletUrlHelper.buildUrl(action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
 } else if(onlyValueSpecified(urlComponent)){
 result = PortletUrlHelper.buildResourceUrl(urlComponent.value, 
urlComponent.parameters);
 }
@@ -60,7 +64,7 @@
result = createDefaultUrl(urlComponent);
 }
 if ( urlComponent.anchor != null && urlComponent.anchor.length() > 0 ) 
{
-result += '#' + urlComponent.anchor;
+   result += '#' + urlComponent.findString(urlComponent.anchor);
 }
 
 String var = urlComponent.getVar();

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java?rev=719704&r1=719703&r2=719704&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java
 Fri Nov 21 12:37:49 2008
@@ -44,11 +44,43 @@
 
 public class PortletUrlRendererTest extends StrutsTestCase {
 
-   PortletUrlRenderer renderer;
+   PortletUrlRenderer renderer;
+   MockPortletURL renderUrl;
+   MockPortletURL actionUrl;
+   MockRenderRequest request;
+   MockRenderRespon

svn commit: r719714 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

2008-11-21 Thread nilsga
Author: nilsga
Date: Fri Nov 21 13:09:13 2008
New Revision: 719714

URL: http://svn.apache.org/viewvc?rev=719714&view=rev
Log:
WW-2846 Nested params should now work properly in portlets

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java?rev=719714&r1=719713&r2=719714&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java
 Fri Nov 21 13:09:13 2008
@@ -35,6 +35,7 @@
 import javax.portlet.RenderResponse;
 import javax.portlet.WindowState;
 
+import org.apache.commons.collections.iterators.EntrySetMapIterator;
 import org.apache.struts2.StrutsException;
 import org.apache.struts2.portlet.PortletActionConstants;
 import org.apache.struts2.portlet.context.PortletActionContext;
@@ -196,7 +197,7 @@
  * @param value
  * @return encoded url to non Struts action resources.
  */
-public static String buildResourceUrl(String value, Map params) {
+public static String buildResourceUrl(String value, Map 
params) {
 StringBuffer sb = new StringBuffer();
 // Relative URLs are not allowed in a portlet
 if (!value.startsWith("/")) {
@@ -205,14 +206,13 @@
 sb.append(value);
 if(params != null && params.size() > 0) {
 sb.append("?");
-Iterator it = params.keySet().iterator();
+Iterator> it = 
params.entrySet().iterator();
 try {
 while(it.hasNext()) {
-String key = (String)it.next();
-String val = (String)params.get(key);
+   Map.Entry entry = it.next();
 
-sb.append(URLEncoder.encode(key, ENCODING)).append("=");
-sb.append(URLEncoder.encode(val, ENCODING));
+sb.append(URLEncoder.encode(entry.getKey(), 
ENCODING)).append("=");
+sb.append(URLEncoder.encode(entry.getValue().toString(), 
ENCODING));
 if(it.hasNext()) {
 sb.append("&");
 }
@@ -233,18 +233,18 @@
  * @param params The parameters to the URL.
  * @return A Map with all parameters as String arrays.
  */
-public static Map ensureParamsAreStringArrays(Map params) {
-Map result = null;
+public static Map ensureParamsAreStringArrays(Map params) {
+Map result = null;
 if (params != null) {
-result = new LinkedHashMap(params.size());
-Iterator it = params.keySet().iterator();
+result = new LinkedHashMap(params.size());
+Iterator> it = 
params.entrySet().iterator();
 while (it.hasNext()) {
-Object key = it.next();
-Object val = params.get(key);
+   Map.Entry entry = it.next();
+   Object val = entry.getValue();
 if (val instanceof String[]) {
-result.put(key, val);
+result.put(entry.getKey(), (String[])val);
 } else {
-result.put(key, new String[] { val.toString() });
+result.put(entry.getKey(), new String[] { val.toString() 
});
 }
 }
 }

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java?rev=719714&r1=719713&r2=719714&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 Fri Nov 21 13:09:13 2008
@@ -237,6 +237,49 @@
tag.doEndTag();
jspWriter.verify();
}
+   
+   public void testResourceUrlWithNestedParamThatIsNotString() throws 
Exception {
+   renderRequest.setContextPath("/myPortlet");
+   jspWriter.setExpectedData("/myPortlet/image.gif?id=5");
+   
+   ParamTag paramTag = new ParamTag();
+   paramTag.setPageContext(pageContext)

svn commit: r722160 - /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

2008-12-01 Thread nilsga
Author: nilsga
Date: Mon Dec  1 10:31:09 2008
New Revision: 722160

URL: http://svn.apache.org/viewvc?rev=722160&view=rev
Log:
Updated to new interface

Modified:

struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

Modified: 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=722160&r1=722159&r2=722160&view=diff
==
--- 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Mon Dec  1 10:31:09 2008
@@ -136,4 +136,9 @@

}
 
+   public void beforeRenderUrl(URL arg0) {
+   // TODO Auto-generated method stub
+   
+   }
+
 }




svn commit: r722161 - /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

2008-12-01 Thread nilsga
Author: nilsga
Date: Mon Dec  1 10:32:05 2008
New Revision: 722161

URL: http://svn.apache.org/viewvc?rev=722161&view=rev
Log:
Updated to use StringBuilder

Modified:

struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

Modified: 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java?rev=722161&r1=722160&r2=722161&view=diff
==
--- 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 (original)
+++ 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java
 Mon Dec  1 10:32:05 2008
@@ -204,7 +204,7 @@
}
}
 
-   StringBuffer tmpLocation = new 
StringBuffer(actionMapper.getUriFromActionMapping(new ActionMapping(actionName,
+   StringBuilder tmpLocation = new 
StringBuilder(actionMapper.getUriFromActionMapping(new ActionMapping(actionName,
(portletNamespace == null ? namespace : 
portletNamespace + namespace), method, null)));
UrlHelper.buildParametersString(requestParameters, tmpLocation, 
"&");
 




svn commit: r722162 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-12-01 Thread nilsga
Author: nilsga
Date: Mon Dec  1 10:33:20 2008
New Revision: 722162

URL: http://svn.apache.org/viewvc?rev=722162&view=rev
Log:
Updated version and added test dep

Modified:
struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=722162&r1=722161&r2=722162&view=diff
==
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Dec  1 10:33:20 
2008
@@ -27,7 +27,7 @@
 
 org.apache.struts
 struts2-plugins
-2.1.1-SNAPSHOT
+2.1.3-SNAPSHOT
 
 org.apache.struts
 struts2-portlet2-plugin
@@ -144,6 +144,12 @@
1.1.1
   test
 
+   
+${pom.groupId}
+struts2-junit-plugin
+${pom.version}
+test
+







svn commit: r722163 - in /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet: context/PortletActionContext.java result/PortletResult.java util/PortletUrlHelper.java

2008-12-01 Thread nilsga
Author: nilsga
Date: Mon Dec  1 10:34:38 2008
New Revision: 722163

URL: http://svn.apache.org/viewvc?rev=722163&view=rev
Log:
Fix for proper resource rendering (AJAX). Patch by Philipp Anokhin. Thanks!

Modified:

struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java

struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletResult.java

struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/util/PortletUrlHelper.java

Modified: 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java?rev=722163&r1=722162&r2=722163&view=diff
==
--- 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 (original)
+++ 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 Mon Dec  1 10:34:38 2008
@@ -164,6 +164,13 @@
 }
 
 /**
+ * @return true if the Portlet is executing in the resource 
phase.
+ */
+public static boolean isResource() {
+return SERVE_RESOURCE_PHASE.equals(getPhase());
+}
+
+/**
  * @return The current ActionContext.
  */
 private static ActionContext getContext() {

Modified: 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletResult.java?rev=722163&r1=722162&r2=722163&view=diff
==
--- 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 (original)
+++ 
struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletResult.java
 Mon Dec  1 10:34:38 2008
@@ -28,7 +28,8 @@
 import javax.portlet.PortletException;
 import javax.portlet.PortletMode;
 import javax.portlet.PortletRequestDispatcher;
-import javax.portlet.RenderRequest;
+import javax.portlet.PortletRequest;
+import javax.portlet.MimeResponse;
 import javax.portlet.RenderResponse;
 import javax.portlet.StateAwareResponse;
 import javax.servlet.ServletContext;
@@ -87,8 +88,8 @@
 */
public void doExecute(String finalLocation, ActionInvocation 
actionInvocation) throws Exception {
 
-   if (PortletActionContext.isRender()) {
-   executeRenderResult(finalLocation);
+   if (PortletActionContext.isRender() || 
PortletActionContext.isResource()) {
+   executeMimeResult(finalLocation);
} else if (PortletActionContext.isAction() || 
PortletActionContext.isEvent()) {
executeActionResult(finalLocation, actionInvocation);
} else {
@@ -125,7 +126,8 @@
 * @param invocation
 */
protected void executeActionResult(String finalLocation, 
ActionInvocation invocation) throws Exception {
-   LOG.debug("Executing result in Event phase");
+String phase = (PortletActionContext.isEvent()) ? "Event" : "Action";
+   LOG.debug("Executing result in "+phase+" phase");
StateAwareResponse res = 
(StateAwareResponse)PortletActionContext.getResponse();
Map sessionMap = invocation.getInvocationContext().getSession();
LOG.debug("Setting event render parameter: " + finalLocation);
@@ -168,38 +170,38 @@
}
}
 
-   /**
-* Executes the render result.
-* 
-* @param finalLocation
-* @throws PortletException
-* @throws IOException
-*/
-   protected void executeRenderResult(final String finalLocation) throws 
PortletException, IOException {
-   LOG.debug("Executing result in Render phase");
-   PortletContext ctx = PortletActionContext.getPortletContext();
-   RenderRequest req = PortletActionContext.getRenderRequest();
-   RenderResponse res = PortletActionContext.getRenderResponse();
-   res.setContentType(contentType);
-   if (TextUtils.stringSet(title)) {
-   res.setTitle(title);
-   }
-   LOG.debug("Location: " + finalLocation);
-   if (useDispatcherServlet) {
-   req.setAttribute(DISPATCH_TO, finalLocation);
-   Port

svn commit: r724030 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java

2008-12-06 Thread nilsga
Author: nilsga
Date: Sat Dec  6 11:32:29 2008
New Revision: 724030

URL: http://svn.apache.org/viewvc?rev=724030&view=rev
Log:
WW-2800 Added setters for response, request and context. 

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java?rev=724030&r1=724029&r2=724030&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/context/PortletActionContext.java
 Sat Dec  6 11:32:29 2008
@@ -129,6 +129,14 @@
 public static PortletRequest getRequest() {
 return (PortletRequest) getContext().get(REQUEST);
 }
+
+/**
+ * Convenience setter for the portlet request.
+ * @param request
+ */
+public static void setRequest(PortletRequest request) {
+   getContext().put(REQUEST, request);
+}
 
 /**
  * Get the current PortletResponse
@@ -138,6 +146,14 @@
 public static PortletResponse getResponse() {
 return (PortletResponse) getContext().get(RESPONSE);
 }
+
+/**
+ * Convenience setter for the portlet response.
+ * @param response
+ */
+public static void setResponse(PortletResponse response) {
+   getContext().put(RESPONSE, response);
+}
 
 /**
  * Get the phase that the portlet is executing in.
@@ -206,6 +222,14 @@
 }
 
 /**
+ * Convenience setter for the portlet context.
+ * @param context
+ */
+public static void setPortletContext(PortletContext context) {
+   getContext().put(StrutsStatics.STRUTS_PORTLET_CONTEXT, context);
+}
+
+/**
  * Gets the action mapping for this context
  *
  * @return The action mapping




svn commit: r724182 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/components/PortletUrlRenderer.java test/java/org/apache/struts2/components/PortletUrlRendererTest.java

2008-12-07 Thread nilsga
Author: nilsga
Date: Sun Dec  7 11:32:45 2008
New Revision: 724182

URL: http://svn.apache.org/viewvc?rev=724182&view=rev
Log:
WW-2862 Added pass through to servlet renderer when specified or not in a 
portlet context.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/components/PortletUrlRendererTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java?rev=724182&r1=724181&r2=724182&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java
 Sun Dec  7 11:32:45 2008
@@ -25,6 +25,7 @@
 import java.io.Writer;
 
 import org.apache.struts2.StrutsException;
+import org.apache.struts2.portlet.context.PortletActionContext;
 import org.apache.struts2.portlet.util.PortletUrlHelper;
 
 import com.opensymphony.xwork2.ActionContext;
@@ -40,47 +41,61 @@
 public class PortletUrlRenderer implements UrlRenderer {

/**
+* The servlet renderer used when not executing in a portlet context.
+*/
+   private UrlRenderer servletRenderer = null;
+   
+   public PortletUrlRenderer() {
+   this.servletRenderer = new ServletUrlRenderer();
+   }
+   
+   /**
 * [EMAIL PROTECTED]
 */
public void renderUrl(Writer writer, URL urlComponent) {
-   String action = null;
-   if(urlComponent.action != null) {
-   action = urlComponent.findString(urlComponent.action);
+   if(PortletActionContext.getPortletContext() == null || 
"none".equalsIgnoreCase(urlComponent.portletUrlType)) {
+   servletRenderer.renderUrl(writer, urlComponent);
}
-   String scheme = urlComponent.req.getScheme();
-
-   if (urlComponent.scheme != null) {
-   scheme = urlComponent.scheme;
+   else {
+   String action = null;
+   if(urlComponent.action != null) {
+   action = 
urlComponent.findString(urlComponent.action);
+   }
+   String scheme = urlComponent.req.getScheme();
+
+   if (urlComponent.scheme != null) {
+   scheme = urlComponent.scheme;
+   }
+
+   String result;
+   urlComponent.namespace = 
urlComponent.determineNamespace(urlComponent.namespace, urlComponent.stack, 
urlComponent.req);
+   if (onlyActionSpecified(urlComponent)) {
+   result = PortletUrlHelper.buildUrl(action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameters, 
urlComponent.portletUrlType, urlComponent.portletMode, 
urlComponent.windowState);
+   } else if(onlyValueSpecified(urlComponent)){
+   result = 
PortletUrlHelper.buildResourceUrl(urlComponent.value, urlComponent.parameters);
+   }
+   else {
+   result = createDefaultUrl(urlComponent);
+   }
+   if ( urlComponent.anchor != null && 
urlComponent.anchor.length() > 0 ) {
+   result += '#' + 
urlComponent.findString(urlComponent.anchor);
+   }
+
+   String var = urlComponent.getVar();
+
+   if (var != null) {
+   urlComponent.putInContext(result);
+
+   // add to the request and page scopes as well
+   urlComponent.req.setAttribute(var, result);
+   } else {
+   try {
+   writer.write(result);
+   } catch (IOException e) {
+   throw new StrutsException("IOError: " + 
e.getMessage(), e);
+   }
+   }
}
-
-String result;
-urlComponent.namespace = 
urlComponent.determineNamespace(urlComponent.namespace, urlComponent.stack, 
urlComponent.req);
-if (onlyActionSpecified(urlComponent)) {
-result = PortletUrlHelper.buildUrl(action, 
urlComponent.namespace, urlComponent.method, urlComponent.parameter

svn commit: r724183 - /struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

2008-12-07 Thread nilsga
Author: nilsga
Date: Sun Dec  7 11:48:56 2008
New Revision: 724183

URL: http://svn.apache.org/viewvc?rev=724183&view=rev
Log:
Forgot to commit the updated test...

Modified:

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java?rev=724183&r1=724182&r2=724183&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/views/jsp/PortletUrlTagTest.java
 Sun Dec  7 11:48:56 2008
@@ -33,11 +33,13 @@
 import javax.portlet.WindowStateException;
 
 import org.apache.struts2.ServletActionContext;
+import org.apache.struts2.StrutsStatics;
 import org.apache.struts2.StrutsTestCase;
 import org.apache.struts2.portlet.PortletActionConstants;
 import org.apache.struts2.portlet.servlet.PortletServletRequest;
 import org.apache.struts2.portlet.util.PortletUrlHelper;
 import org.springframework.mock.web.portlet.MockPortalContext;
+import org.springframework.mock.web.portlet.MockPortletContext;
 import org.springframework.mock.web.portlet.MockPortletURL;
 import org.springframework.mock.web.portlet.MockRenderRequest;
 import org.springframework.mock.web.portlet.MockRenderResponse;
@@ -75,6 +77,8 @@
private MockActionProxy actionProxy;
 
private MockJspWriter jspWriter;
+   
+   private MockPortletContext portletContext;
 
public void setUp() throws Exception {
super.setUp();
@@ -82,6 +86,7 @@
context = ActionContext.getContext();
stack = context.getValueStack();
 
+   portletContext = new MockPortletContext();
renderRequest = new MockRenderRequest();

renderRequest.setAttribute(ServletActionContext.STRUTS_VALUESTACK_KEY, stack);
renderUrl = new MockPortletUrl("render");
@@ -107,6 +112,7 @@
context.put(PortletActionConstants.RESPONSE, renderResponse);
context.put(PortletActionConstants.PHASE, 
PortletActionConstants.RENDER_PHASE);
context.put(PortletActionConstants.MODE_NAMESPACE_MAP, modeMap);
+   context.put(StrutsStatics.STRUTS_PORTLET_CONTEXT, 
portletContext);
 
actionInvocation = new MockActionInvocation();
actionProxy = new MockActionProxy();




svn commit: r724838 - /struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt

2008-12-09 Thread nilsga
Author: nilsga
Date: Tue Dec  9 11:13:45 2008
New Revision: 724838

URL: http://svn.apache.org/viewvc?rev=724838&view=rev
Log:
Updated test resource to fix failing FormTagTest

Modified:

struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt

Modified: 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt?rev=724838&r1=724837&r2=724838&view=diff
==
--- 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
 (original)
+++ 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
 Tue Dec  9 11:13:45 2008
@@ -1,4 +1,4 @@
-
+
 
 
 




svn commit: r724839 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/SessionMap.java test/java/org/apache/struts2/dispatcher/SessionMapTest.java

2008-12-09 Thread nilsga
Author: nilsga
Date: Tue Dec  9 11:19:19 2008
New Revision: 724839

URL: http://svn.apache.org/viewvc?rev=724839&view=rev
Log:
WW-2751 Fixed containsKey for SessionMap. Patch by Ian Robinson.

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java

struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/SessionMapTest.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java?rev=724839&r1=724838&r2=724839&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/SessionMap.java
 Tue Dec  9 11:19:19 2008
@@ -205,4 +205,21 @@
 return value;
 }
 }
+
+
+/**
+ * Checks if the specified session attribute with the given key exists.
+ *
+ * @param key the name of the session attribute.
+ * @return true if the session attribute exits or false 
if it doesn't exist.
+ */
+public boolean containsKey(Object key) {
+if (session == null) {
+return false;
+}
+
+synchronized (session) {
+return (session.getAttribute(key.toString()) != null);
+}
+}
 }

Modified: 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/SessionMapTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/SessionMapTest.java?rev=724839&r1=724838&r2=724839&view=diff
==
--- 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/SessionMapTest.java
 (original)
+++ 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/SessionMapTest.java
 Tue Dec  9 11:19:19 2008
@@ -31,6 +31,8 @@
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpSession;
 
+import org.springframework.mock.web.MockHttpServletRequest;
+
 import junit.framework.TestCase;
 
 import com.mockobjects.constraint.Constraint;
@@ -102,6 +104,57 @@
 sessionMock.verify();
 }
 
+public void 
testGetObjectOnSessionMapUsesWrappedSessionsGetAttributeWithStringValue() 
throws Exception {
+Object key = new Object();
+Object value = new Object();
+sessionMock.expectAndReturn("getAttribute", new Constraint[]{
+new IsEqual(key.toString())
+}, value);
+
+SessionMap sessionMap = new SessionMap((HttpServletRequest) 
requestMock.proxy());
+assertEquals("Expected the get using KEY to return the value object 
setup in the mockSession", value, sessionMap.get(key));
+sessionMock.verify();
+}
+
+public void 
testPutObjectOnSessionMapUsesWrappedSessionsSetsAttributeWithStringValue() 
throws Exception {
+Object key = new Object();
+Object value = new Object();
+sessionMock.expect("getAttribute", new Constraint[]{new IsAnything()});
+sessionMock.expect("setAttribute", new Constraint[]{
+new IsEqual(key.toString()), new IsEqual(value)
+});
+
+SessionMap sessionMap = new SessionMap((HttpServletRequest) 
requestMock.proxy());
+sessionMap.put(key, value);
+sessionMock.verify();
+}
+
+public void testContainsKeyWillFindAnObjectPutOnSessionMap() throws 
Exception {
+   
+   MockHttpServletRequest request = new MockHttpServletRequest();
+   
+Object key = new Object();
+Object value = new Object();
+
+SessionMap sessionMap = new SessionMap(request);
+sessionMap.put(key, value);
+assertTrue(sessionMap.containsKey(key));
+}
+
+public void testContainsKeyWillReturnFalseIfObjectNotFoundOnSessionMap() 
throws Exception {
+   
+   MockHttpServletRequest request = new MockHttpServletRequest();
+   
+Object key = new Object();
+Object someOtherKey = new Object();
+Object value = new Object();
+
+SessionMap sessionMap = new SessionMap(request);
+sessionMap.put(key, value);
+
+assertFalse(sessionMap.containsKey(someOtherKey));
+}
+
 public void testPuttingObjectInMapReturnsNullForPreviouslyUnusedKey() 
throws Exception {
 Object value = new Object();
 sessionMock.expectAndReturn("getAttribute", new Constraint[]{




svn commit: r728480 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

2008-12-21 Thread nilsga
Author: nilsga
Date: Sun Dec 21 11:27:22 2008
New Revision: 728480

URL: http://svn.apache.org/viewvc?rev=728480&view=rev
Log:
WW-2720 Adding the old stack to the top of the stack. Patch by Herbert Poul. 
Thanks.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java?rev=728480&r1=728479&r2=728480&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletStateInterceptor.java
 Sun Dec 21 11:27:22 2008
@@ -80,7 +80,7 @@
CompoundRoot oldRoot = 
oldStack.getRoot();
ValueStack currentStack = 
invocation.getStack();
CompoundRoot root = 
currentStack.getRoot();
-   root.addAll(oldRoot);
+   root.addAll(0, oldRoot);
LOG.debug("Restored stack");
}
}




svn commit: r728486 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java

2008-12-21 Thread nilsga
Author: nilsga
Date: Sun Dec 21 12:04:33 2008
New Revision: 728486

URL: http://svn.apache.org/viewvc?rev=728486&view=rev
Log:
WW-2874 Only log configuration exception as error if in devMode.

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java?rev=728486&r1=728485&r2=728486&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
 Sun Dec 21 12:04:33 2008
@@ -472,7 +472,13 @@
 
request.setAttribute(ServletActionContext.STRUTS_VALUESTACK_KEY, stack);
 }
 } catch (ConfigurationException e) {
-LOG.error("Could not find action or result", e);
+   // WW-2874 Only log error if in devMode
+   if(devMode) {
+   LOG.error("Could not find action or result", e);
+   }
+   else {
+   LOG.warn("Could not find action or result", e);
+   }
 sendError(request, response, context, 
HttpServletResponse.SC_NOT_FOUND, e);
 } catch (Exception e) {
 sendError(request, response, context, 
HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e);




svn commit: r728521 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/interceptor/ test/java/org/apache/struts2/interceptor/

2008-12-21 Thread nilsga
Author: nilsga
Date: Sun Dec 21 13:51:53 2008
New Revision: 728521

URL: http://svn.apache.org/viewvc?rev=728521&view=rev
Log:
WW-2932 Change setParameters back to String, String[]

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ParameterAware.java

struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ServletConfigInterceptor.java

struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ParameterAware.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ParameterAware.java?rev=728521&r1=728520&r2=728521&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ParameterAware.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ParameterAware.java
 Sun Dec 21 13:51:53 2008
@@ -42,5 +42,5 @@
  *
  * @param parameters a Map of parameters (name/value Strings).
  */
-public void setParameters(Map parameters);
+public void setParameters(Map parameters);
 }

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ServletConfigInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ServletConfigInterceptor.java?rev=728521&r1=728520&r2=728521&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ServletConfigInterceptor.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ServletConfigInterceptor.java
 Sun Dec 21 13:51:53 2008
@@ -135,7 +135,7 @@
 }
 
 if (action instanceof ParameterAware) {
-((ParameterAware) action).setParameters(context.getParameters());
+((ParameterAware) 
action).setParameters((Map)context.getParameters());
 }
 
 if (action instanceof ApplicationAware) {

Modified: 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java?rev=728521&r1=728520&r2=728521&view=diff
==
--- 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java
 (original)
+++ 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ServletConfigInterceptorTest.java
 Sun Dec 21 13:51:53 2008
@@ -91,7 +91,7 @@
 Map param = new HashMap();
 mai.getInvocationContext().setParameters(param);
 
-mock.setParameters(param);
+mock.setParameters((Map)param);
 control.setVoidCallable();
 
 control.replay();




svn commit: r735430 - in /struts/maven/trunk/struts2-archetype-portlet: ./ src/main/resources/META-INF/ src/main/resources/archetype-resources/ src/main/resources/archetype-resources/src/main/webapp/W

2009-01-18 Thread nilsga
Author: nilsga
Date: Sun Jan 18 02:38:09 2009
New Revision: 735430

URL: http://svn.apache.org/viewvc?rev=735430&view=rev
Log:
Updated for struts2 2.1.6 and maven-jetty-pluto-embeddded 1.0.1

Removed:

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/jetty-pluto-web-default.xml
Modified:
struts/maven/trunk/struts2-archetype-portlet/pom.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/src/test/java/JettyPlutoLauncher.java

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=735430&r1=735429&r2=735430&view=diff
==
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Sun Jan 18 02:38:09 
2009
@@ -31,8 +31,8 @@
 
   4.0.0
   struts2-archetype-portlet
-  2.1.1-SNAPSHOT
-  maven-plugin
+  2.1.6-SNAPSHOT
+  jar
   Struts 2 Archetypes - Portlet
 
 

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml?rev=735430&r1=735429&r2=735430&view=diff
==
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/META-INF/archetype.xml
 Sun Jan 18 02:38:09 2009
@@ -15,7 +15,6 @@
src/main/webapp/WEB-INF/jsp/edit/index.jsp
src/main/webapp/WEB-INF/web.xml
src/main/webapp/WEB-INF/portlet.xml
-   src/main/webapp/WEB-INF/jetty-pluto-web-default.xml
   
 
 

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=735430&r1=735429&r2=735430&view=diff
==
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 Sun Jan 18 02:38:09 2009
@@ -19,19 +19,11 @@

org.apache.struts
struts2-portlet-plugin
-   2.1.1-SNAPSHOT
+   2.1.6


 

-   
-   
-   src/main/resources
-   
-   
src/main/webapp/WEB-INF/jetty-pluto-web-default.xml
-   
-   
-   


maven-compiler-plugin
@@ -51,7 +43,7 @@

 org.apache.pluto
 maven-pluto-plugin
-1.1.3
+1.1.6
 
 
 generate-resources
@@ -64,12 +56,15 @@
 
 org.mortbay.jetty
 maven-jetty-plugin
-
-
${project.build.directory}/pluto-resources/web.xml
-
src/main/webapp/WEB-INF/jetty-pluto-web-default.xml
+   
+   
${project.build.directory}/pluto-resources/web.xml 
+   
+   
/${project.artifactId}
+   
/WEB-INF/jetty-pluto-web-default.xml
+   
 
 
-
org.apache.pluto.embedded.portletId
+
org.apache.pluto.embedded.portletIds
 HelloPortlet
 
 
@@ -81,7 +76,7 @@

com.bekk.boss

maven-jetty-pluto-embedded
-   1.0
+

svn commit: r759073 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/interceptor/ test/java/org/apache/struts2/portlet/interceptor/

2009-03-27 Thread nilsga
Author: nilsga
Date: Fri Mar 27 09:40:17 2009
New Revision: 759073

URL: http://svn.apache.org/viewvc?rev=759073&view=rev
Log:
WW-2955 Added PortletConfigAware interface.

Added:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletConfigAware.java
Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java?rev=759073&r1=759072&r2=759073&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptor.java
 Fri Mar 27 09:40:17 2009
@@ -21,6 +21,7 @@
 
 package org.apache.struts2.portlet.interceptor;
 
+import javax.portlet.PortletConfig;
 import javax.portlet.PortletContext;
 import javax.portlet.PortletRequest;
 import javax.portlet.PortletResponse;
@@ -69,6 +70,10 @@
 PortletContext portletContext = (PortletContext) 
context.get(STRUTS_PORTLET_CONTEXT);
 ((PortletContextAware) action).setPortletContext(portletContext);
 }
+if (action instanceof PortletConfigAware) {
+   PortletConfig portletConfig = 
(PortletConfig)context.get(PORTLET_CONFIG);
+   ((PortletConfigAware) action).setPortletConfig(portletConfig);
+}
 if (action instanceof PortletPreferencesAware) {
PortletRequest request = (PortletRequest) context.get(REQUEST);
 

Added: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletConfigAware.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletConfigAware.java?rev=759073&view=auto
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletConfigAware.java
 (added)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/interceptor/PortletConfigAware.java
 Fri Mar 27 09:40:17 2009
@@ -0,0 +1,34 @@
+/*
+ * $Id: $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.portlet.interceptor;
+
+import javax.portlet.PortletConfig;
+
+
+/**
+ * Actions that wants a reference to the PortletConfig object can
+ * implement this interface.
+ *
+ */
+public interface PortletConfigAware {
+   
+   void setPortletConfig(PortletConfig portletConfig);
+}

Modified: 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java?rev=759073&r1=759072&r2=759073&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/interceptor/PortletAwareInterceptorTest.java
 Fri Mar 27 09:40:17 2009
@@ -24,6 +24,7 @@
 import java.util.HashMap;
 import java.util.Map;
 
+import javax.portlet.PortletConfig;
 import javax.portlet.PortletRequest;
 
 import junit.framework.TestCase;
@@ -37,10 +38,22 @@
 public class PortletAwareInterceptorTest extends TestCase implements 
PortletActionConstants {
 
private PortletAwareInterceptor interceptor

svn commit: r759140 - in /struts/struts2/trunk/plugins/portlet/src: main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java test/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatch

2009-03-27 Thread nilsga
Author: nilsga
Date: Fri Mar 27 13:51:52 2009
New Revision: 759140

URL: http://svn.apache.org/viewvc?rev=759140&view=rev
Log:
WW-2997 MultiPart parameters was not passed to the action mapping lookup.

Modified:

struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java

struts/struts2/trunk/plugins/portlet/src/test/java/org/apache/struts2/portlet/dispatcher/Jsr168DispatcherTest.java

Modified: 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java?rev=759140&r1=759139&r2=759140&view=diff
==
--- 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 (original)
+++ 
struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java
 Fri Mar 27 13:51:52 2009
@@ -295,8 +295,7 @@
 LOG.debug("Entering processAction");
 resetActionContext();
 try {
-serviceAction(request, response, getActionMapping(request),
-getRequestMap(request), getParameterMap(request),
+serviceAction(request, response, getRequestMap(request), 
getParameterMap(request),
 getSessionMap(request), getApplicationMap(),
 portletNamespace, EVENT_PHASE);
 LOG.debug("Leaving processAction");
@@ -320,8 +319,7 @@
 if(!request.getWindowState().equals(WindowState.MINIMIZED)) {
 try {
 // Check to see if an event set the render to be included directly
-serviceAction(request, response, getActionMapping(request),
-getRequestMap(request), getParameterMap(request),
+serviceAction(request, response, getRequestMap(request), 
getParameterMap(request),
 getSessionMap(request), getApplicationMap(),
 portletNamespace, RENDER_PHASE);
 LOG.debug("Leaving render");
@@ -337,7 +335,7 @@
 private void resetActionContext() {
 ActionContext.setContext(null);
 }
-
+
 /**
  * Merges all application and portlet attributes into a single
  * HashMap to represent the entire Action context.
@@ -355,27 +353,17 @@
  */
 public HashMap createContextMap(Map 
requestMap, Map parameterMap,
 Map sessionMap, Map 
applicationMap, PortletRequest request,
-PortletResponse response, PortletConfig portletConfig, Integer 
phase) throws IOException {
+PortletResponse response, HttpServletRequest servletRequest, 
HttpServletResponse servletResponse, ServletContext servletContext, 
PortletConfig portletConfig, Integer phase) throws IOException {
 
 // TODO Must put http request/response objects into map for use with
-   HttpServletResponse dummyResponse = new 
PortletServletResponse(response);
-   HttpServletRequest dummyRequest = new PortletServletRequest(request, 
getPortletContext());
-   container.inject(dummyRequest);
-   ServletContext dummyServletContext = new 
PortletServletContext(getPortletContext());
-   if(EVENT_PHASE.equals(phase)) {
-   dummyRequest = dispatcherUtils.wrapRequest(dummyRequest, 
dummyServletContext);
-   if(dummyRequest instanceof MultiPartRequestWrapper) {
-   // Multipart request. Request parameters are encoded in 
the multipart data,
-   // so we need to manually add them to the parameter map.
-   parameterMap.putAll(dummyRequest.getParameterMap());
-   }
-   }
+   container.inject(servletRequest);
+   
 // ServletActionContext
 HashMap extraContext = new HashMap();
 // The dummy servlet objects. Eases reuse of existing interceptors 
that uses the servlet objects.
-extraContext.put(StrutsStatics.HTTP_REQUEST, dummyRequest);
-extraContext.put(StrutsStatics.HTTP_RESPONSE, dummyResponse);
-extraContext.put(StrutsStatics.SERVLET_CONTEXT, dummyServletContext);
+extraContext.put(StrutsStatics.HTTP_REQUEST, servletRequest);
+extraContext.put(StrutsStatics.HTTP_RESPONSE, servletResponse);
+extraContext.put(StrutsStatics.SERVLET_CONTEXT, servletContext);
 // End dummy servlet objects
 extraContext.put(ActionContext.PARAMETERS, parameterMap);
 extraContext.put(ActionContext.SESSION, sessionMap);
@@ -419,7 +407,6 @@
  *
  * @param request the HttpServletRequest object.
  * @param response the HttpServletResponse object.
- * @param mapping the action mapping.
  * @param requestMap a Map of request attributes.
  * @param parameterM

svn commit: r766777 - /struts/maven/trunk/struts2-archetype-portlet/pom.xml

2009-04-20 Thread nilsga
Author: nilsga
Date: Mon Apr 20 18:11:48 2009
New Revision: 766777

URL: http://svn.apache.org/viewvc?rev=766777&view=rev
Log:
Updating to Struts 2 2.1.6 final

Modified:
struts/maven/trunk/struts2-archetype-portlet/pom.xml

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=766777&r1=766776&r2=766777&view=diff
==
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Mon Apr 20 18:11:48 
2009
@@ -1,44 +1,44 @@
-
-
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  
-org.apache.struts
-struts-master
-4
-  
-
-  4.0.0
-  struts2-archetype-portlet
-  2.1.6-SNAPSHOT
-  jar
-  Struts 2 Archetypes - Portlet
-
-
-   
scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/
-   
scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/
-   
http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet/
-
-
-
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  
+org.apache.struts
+struts-master
+4
+  
+
+  4.0.0
+  struts2-archetype-portlet
+  2.1.6
+  jar
+  Struts 2 Archetypes - Portlet
+
+
+   
scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/
+   
scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/
+   
http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet/
+
+
+




  1   2   >