svn commit: r590812 [9/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/ a
Modified: struts/struts2/trunk/core/src/site/resources/tags/actionerror.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/actionerror.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/actionerror.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/actionerror.html Wed Oct 31 13:32:54 2007 @@ -1,338 +1,338 @@ - - - - actionerror - - - - Tag Name: actionerror - Description - - - Render action errors if they exists - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - accesskey - false - - false - String - Set the html accesskey attribute on rendered html element - - - cssClass - false - - false - String - The css class to use for element - - - cssStyle - false - - false - String - The css style definitions for element to use - - - disabled - false - - false - String - Set the html disabled attribute on rendered html element - - - id - false - - false - String - HTML id attribute - - - javascriptTooltip - false - false - false - Boolean - Use JavaScript to generate tooltips - - - key - false - - false - String - Set the key (name, value, label) for this particular component - - - label - false - - false - String - Label expression used for rendering a element specific label - - - labelSeparator - false - : - false - String - String that will be appended to the labe - - - labelposition - false - - false - String - Define label position of form element (top/left) - - -
svn commit: r590812 [12/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html Wed Oct 31 13:32:54 2007 @@ -1,458 +1,458 @@ - - - - datetimepicker - - - - Tag Name: datetimepicker - Description - - - Render datetimepicker - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - accesskey - false - - false - String - Set the html accesskey attribute on rendered html element - - - adjustWeeks - false - false - false - Boolean - If true, weekly size of calendar changes to acomodate the month if false, 42 day format is used - - - cssClass - false - - false - String - The css class to use for element - - - cssStyle - false - - false - String - The css style definitions for element to use - - - dayWidth - false - narrow - false - String - How to render the names of the days in the header(narrow, abbr or wide) - - - disabled - false - - false - String - Set the html disabled attribute on rendered html element - - - displayFormat - false - - false - String - A pattern used for the visual display of the formatted date, e.g. dd/MM/ - - - displayWeeks - false - 6 - false - Integer - Total weeks to display - - - endDate - false - 2941-10-12 - false - Date - Last available date in the calendar set - - - formatLength - false - short - false - String - Type o
svn commit: r590812 [10/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html Wed Oct 31 13:32:54 2007 @@ -1,522 +1,522 @@ - - - - a - - - - Tag Name: a - Description - - - Renders an HTML anchor element that when clicked calls a URL via remote XMLHttpRequest and updates its targets content - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - accesskey - false - - false - String - Set the html accesskey attribute on rendered html element - - - afterNotifyTopics - false - - false - String - Comma delimmited list of topics that will published after the request(if the request succeeds) - - - ajaxAfterValidation - false - false - false - Boolean - Make an asynchronous request if validation succeeds. Only valid if 'validate' is 'true' - - - beforeNotifyTopics - false - - false - String - Comma delimmited list of topics that will published before the request - - - cssClass - false - - false - String - The css class to use for element - - - cssStyle - false - - false - String - The css style to use for element - - - disabled - false - - false - String - Set the html disabled attribute on rendered html element - - - errorNotifyTopics - false - - false - String - Comma delimmited list of topics that will published after the request(if the request fails) - - - errorText - false - - false - String - The text to display to the user if the is an error fetching the content - - - executeScripts - false - false -
svn commit: r590812 [14/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/head.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/ajax/head.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/head.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/head.html Wed Oct 31 13:32:54 2007 @@ -1,90 +1,90 @@ - - - - head - - - - Tag Name: head - Description - - - Render a chunk of HEAD for your HTML file - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - baseRelativePath - false - /struts/dojo - false - String - Context relative path of Dojo distribution folder - - - cache - false - true - false - Boolean - Use Struts Dojo profile, which contains all Struts widgets in one file, making it possible to be chached by the browser - - - compressed - false - true - false - Boolean - Use compressed version of dojo.js - - - debug - false - false - false - Boolean - Enable Dojo debug messages - - - extraLocales - false - - false - String - Comma separated list of locale names to be loaded by Dojo, locale names must be specified as in RFC3066 - - - locale - false - - false - String - Default locale to be used by Dojo, locale name must be specified as in RFC3066 - - - parseContent - false - false - false - Boolean - Parse the whole document for widgets - - - - - - + + + + head + + + + Tag Name: head + Description + + + Render a chunk of HEAD for your HTML file + + + + Attributes + + + + Name + Required + Default + Evaluated + Type + Description + + + baseRelativePath + false + /struts/dojo + false + String + Context relative path of Dojo distribution folder + +
svn commit: r590812 [19/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Modified: struts/struts2/trunk/core/src/site/resources/tags/debug.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/debug.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/debug.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/debug.html Wed Oct 31 13:32:54 2007 @@ -1,338 +1,338 @@ - - - - debug - - - - Tag Name: debug - Description - - - Prints debugging information - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - accesskey - false - - false - String - Set the html accesskey attribute on rendered html element - - - cssClass - false - - false - String - The css class to use for element - - - cssStyle - false - - false - String - The css style definitions for element to use - - - disabled - false - - false - String - Set the html disabled attribute on rendered html element - - - id - false - - false - String - HTML id attribute - - - javascriptTooltip - false - false - false - Boolean - Use JavaScript to generate tooltips - - - key - false - - false - String - Set the key (name, value, label) for this particular component - - - label - false - - false - String - Label expression used for rendering a element specific label - - - labelSeparator - false - : - false - String - String that will be appended to the labe - - - labelposition - false - - false - String - Define label position of form element (top/left) - - - name -
svn commit: r590812 [20/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Modified: struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html?rev=590812&r1=590811&r2=590812&view=diff == --- struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html Wed Oct 31 13:32:54 2007 @@ -1,642 +1,642 @@ - - - - doubleselect - - - - Tag Name: doubleselect - Description - - - Renders two HTML select elements with second one changing displayed values depending on selected entry of first one. - - - - Attributes - - - - Name - Required - Default - Evaluated - Type - Description - - - accesskey - false - - false - String - Set the html accesskey attribute on rendered html element - - - cssClass - false - - false - String - The css class to use for element - - - cssStyle - false - - false - String - The css style definitions for element to use - - - disabled - false - - false - String - Set the html disabled attribute on rendered html element - - - doubleAccesskey - false - - false - String - Set the html accesskey attribute. - - - doubleCssClass - false - - false - String - The css class for the second list - - - doubleCssStyle - false - - false - String - The css style for the second list - - - doubleDisabled - false - - false - String - Decides if a disable attribute should be added to the second list - - - doubleEmptyOption - false - - false - String - Decides if the second list will add an empty option - - - doubleHeaderKey - false - - false - String - The header key for the second li
svn commit: r590812 [42/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Propchange: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js -- svn:eol-style = native Propchange: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js -- svn:keywords = Date Author Id Revision HeadURL
svn commit: r590812 [48/48] - in /struts/struts2/trunk: apps/blank/ apps/blank/src/main/java/example/ apps/blank/src/main/resources/ apps/blank/src/main/resources/example/ apps/blank/src/main/webapp/
Propchange: struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml -- svn:eol-style = native Propchange: struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml -- svn:keywords = Date Author Id Revision HeadURL 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=590812&r1=590811&r2=590812&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 Wed Oct 31 13:32:54 2007 @@ -1,67 +1,67 @@ -/* - * $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; -import java.util.Map; - -import javax.portlet.PortletRequest; - -import junit.framework.TestCase; - -import org.apache.struts2.portlet.PortletActionConstants; -import org.easymock.EasyMock; - -import com.opensymphony.xwork2.ActionContext; -import com.opensymphony.xwork2.ActionInvocation; - -public class PortletAwareInterceptorTest extends TestCase implements PortletActionConstants { - - private PortletAwareInterceptor interceptor; - - protected void setUp() throws Exception { - super.setUp(); - interceptor = new PortletAwareInterceptor(); - } - - protected void tearDown() throws Exception { - super.tearDown(); - } - - public void testPortletRequestIsSet() throws Exception { - PortletRequest request = EasyMock.createMock(PortletRequest.class); - Map ctx = new HashMap(); - ctx.put(REQUEST, request); - PortletRequestAware action = EasyMock.createMock(PortletRequestAware.class); - action.setPortletRequest(request); - - ActionInvocation invocation = EasyMock.createNiceMock(ActionInvocation.class); - EasyMock.expect(invocation.getInvocationContext()).andReturn(new ActionContext(ctx)); - EasyMock.expect(invocation.getAction()).andReturn(action); - - EasyMock.replay(action); - EasyMock.replay(invocation); - - interceptor.intercept(invocation); - - EasyMock.verify(action); - } -} +/* + * $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; +import java.util.Map; + +import javax.portlet.PortletRequest; + +import junit.framework.TestCase; + +import org.apache.struts2.portlet.PortletActionConstants; +import org.easymock.EasyMock; + +import com.opensymphony.xwork2.ActionContext; +import com.opensymphony.xwork2.ActionInvocation; + +public class PortletAwareInterceptorTest extends TestCase implements PortletActionConstants { + +
[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Geronimo Development (GMOxDEV) http://cwiki.apache.org/confluence/display/GMOxDEV | |-Pages Added or Edited in This Space |-- Security Review was last edited by vamsic007 (05:06 PM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Security+Review Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- XQuery was last edited by jstrachan (09:30 AM). | http://cwiki.apache.org/confluence/display/CAMEL/XQuery |-- Component List was last edited by jstrachan (09:28 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Component+List |-- XQuery Endpoint was created by jstrachan (09:27 AM). | http://cwiki.apache.org/confluence/display/CAMEL/XQuery+Endpoint |-- Templating was last edited by jstrachan (09:25 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Templating |-- XSLT was created by jstrachan (07:42 AM). | http://cwiki.apache.org/confluence/display/CAMEL/XSLT |-- StringTemplate was last edited by jstrachan (07:44 AM). | http://cwiki.apache.org/confluence/display/CAMEL/StringTemplate |-- Velocity was last edited by jstrachan (07:44 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Velocity Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Maven Bundle Plugin (BND) was last edited by mcculls (11:38 PM). | http://cwiki.apache.org/confluence/display/FELIX/Maven+Bundle+Plugin+%28BND%29 Apache Geronimo (GMOxSITE) http://cwiki.apache.org/confluence/display/GMOxSITE | |-Pages Added or Edited in This Space |-- Index was last edited by pkashyap (06:26 PM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Index Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Team was last edited by mgaffney (11:36 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Team |-- New Features in 5.0 was last edited by rajdavies (12:36 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/New+Features+in+5.0 |-- Persistence was last edited by rajdavies (12:34 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Persistence |-- AMQ Message Store was last edited by rajdavies (12:28 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/AMQ+Message+Store Apache Geronimo v2.0 (GMOxDOC20) http://cwiki.apache.org/confluence/display/GMOxDOC20 | |-Pages Added or Edited in This Space |-- Very simple Session EJB example was last edited by peterl (11:20 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/Very+simple+Session+EJB+example |-- EJB sample application was last edited by peterl (08:12 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/EJB+sample+application Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Why is my action returning "input" when the form is filled out correctly was last edited by [EMAIL PROTECTED] (01:50 PM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=29117 Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- SCA Java in Chinese was created by [EMAIL PROTECTED] (11:35 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Java+in+Chinese |-- Apache Tuscany copyright in Chinese was created by [EMAIL PROTECTED] (11:44 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Apache+Tuscany+copyright+in+Chinese |-- Chinese Website was last edited by [EMAIL PROTECTED] (11:43 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Chinese+Website |-- SCA General Menu in Chinese was last edited by [EMAIL PROTECTED] (11:41 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+General+Menu+in+Chinese |-- SCA Java Subproject Menu in Chinese was last edited by [EMAIL PROTECTED] (11:39 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Java+Subproject+Menu+in+Chinese |-- SCA Overview in Chinese was created by [EMAIL PROTECTED] (02:17 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Overview+in+Chinese |-- Technology & Release in Chinese was created by [EMAIL PROTECTED] (12:11 AM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=69825 |-- General in Chinese was last edited by [EMAIL PROTECTED] (01:12 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/General+in+Chinese |-- Tuscany Downloads & Documentations in Chinese was last edited by [EMAIL PROTECTED] (01:10 AM). | http://cwiki.apache.org/confluence/pages/