[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Directory Community & Resources (directory) http://cwiki.apache.org/confluence/display/directory | |-Pages Added or Edited in This Space |-- Einstieg in LDAP. Das Lightweight Directory Access Protocol und seine Einsatzmöglichkeiten (German) was last edited by ck (06:51 AM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=59955 | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=59955 (1) Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Xml Reference was created by jstrachan (01:46 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Xml+Reference |-- Xml Configuration was last edited by jstrachan (01:46 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Xml+Configuration Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- What is the prefetch limit for was last edited by jlim (06:31 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/What+is+the+prefetch+limit+for |-- Ajax was last edited by jstrachan (06:25 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Ajax Apache Struts 2 Plugin Registry (S2PLUGINS) http://cwiki.apache.org/confluence/display/S2PLUGINS | |-Pages Added or Edited in This Space |-- Connext Graph Plugin was created by [EMAIL PROTECTED] (10:48 PM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/Connext+Graph+Plugin |-- YUI Plugin was last edited by musachy (07:05 PM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/YUI+Plugin Apache Geronimo v2.0 (GMOxDOC20) http://cwiki.apache.org/confluence/display/GMOxDOC20 | |-Pages Added or Edited in This Space |-- EJB sample application was created by vhnguyen (01:53 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 |-- Tutorials was last edited by husted (03:32 AM). | http://cwiki.apache.org/confluence/display/WW/Tutorials |-- Extending Themes was last edited by rgielen (03:12 AM). | http://cwiki.apache.org/confluence/display/WW/Extending+Themes | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/WW/Extending+Themes (1) |-- http://cwiki.apache.org/confluence/display/WW/Home (1) Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- Distributed Runtime was last edited by slaws (02:25 PM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Distributed+Runtime Apache CXF (CXF) http://cwiki.apache.org/confluence/display/CXF | |-Pages Added or Edited in This Space |-- People was last edited by gawor (12:02 PM). | http://cwiki.apache.org/confluence/display/CXF/People |-- Apache CXF 2.0 Incubating Release Notes was created by dandiep (11:16 AM). | http://cwiki.apache.org/confluence/display/CXF/Apache+CXF+2.0+Incubating+Release+Notes Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- Java SCA Next Release Contents was last edited by [EMAIL PROTECTED] (01:41 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Next+Release+Contents Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- How to repaint a ListView via Ajax was last edited by kpalsson (04:58 PM). | http://cwiki.apache.org/confluence/display/WICKET/How+to+repaint+a+ListView+via+Ajax - CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.action If you think it was sent incorrectly contact one of the administrators http://cwiki.apache.org/confluence/administrators.action If you want more information on Confluence, or have a bug to report see http://www.atlassian.com/software/confluence
svn commit: r549655 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/jsp/ui/ main/resources/template/css_xhtml/ main/resources/template/
Author: musachy Date: Thu Jun 21 17:53:23 2007 New Revision: 549655 URL: http://svn.apache.org/viewvc?view=rev&rev=549655 Log: WW-1852 Support alternate label separator in xhtml form tags (new attribute "labelSeparator") Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Textfield-4.txt Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java struts/struts2/trunk/core/src/main/resources/template/css_xhtml/controlheader-core.ftl struts/struts2/trunk/core/src/main/resources/template/xhtml/controlheader-core.ftl struts/struts2/trunk/core/src/site/resources/tags/a.html struts/struts2/trunk/core/src/site/resources/tags/actionerror.html struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html struts/struts2/trunk/core/src/site/resources/tags/checkbox.html struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html struts/struts2/trunk/core/src/site/resources/tags/combobox.html struts/struts2/trunk/core/src/site/resources/tags/component.html struts/struts2/trunk/core/src/site/resources/tags/debug.html struts/struts2/trunk/core/src/site/resources/tags/div.html struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html struts/struts2/trunk/core/src/site/resources/tags/fielderror.html struts/struts2/trunk/core/src/site/resources/tags/file.html struts/struts2/trunk/core/src/site/resources/tags/form.html struts/struts2/trunk/core/src/site/resources/tags/head.html struts/struts2/trunk/core/src/site/resources/tags/hidden.html struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html struts/struts2/trunk/core/src/site/resources/tags/label.html struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html struts/struts2/trunk/core/src/site/resources/tags/password.html struts/struts2/trunk/core/src/site/resources/tags/radio.html struts/struts2/trunk/core/src/site/resources/tags/reset.html struts/struts2/trunk/core/src/site/resources/tags/select.html struts/struts2/trunk/core/src/site/resources/tags/submit.html struts/struts2/trunk/core/src/site/resources/tags/textarea.html struts/struts2/trunk/core/src/site/resources/tags/textfield.html struts/struts2/trunk/core/src/site/resources/tags/token.html struts/struts2/trunk/core/src/site/resources/tags/updownselect.html struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TextfieldTest.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java?view=diff&rev=549655&r1=549654&r2=549655 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java Thu Jun 21 17:53:23 2007 @@ -430,6 +430,7 @@ protected String disabled; protected String label; protected String labelPosition; +protected String labelSeparator; protected String requiredposition; protected String name; protected String required; @@ -616,6 +617,10 @@ if (label != null) { addParameter("label", findString(label)); } + +if (labelSeparator != null) { +addParameter("labelseparator", findString(labelSeparator)); +} if (labelPosition != null) { addParameter("labelposition", findString(labelPosition)); @@ -965,6 +970,11 @@ @StrutsTagAttribute(description="Label expression used for rendering a element specific label") public void setLabel(String label) { this.label = label; +} + +@StrutsTagAttribute(description="String that will be appended to the labe", defaultValue=":") +public void setLabelSeparator(String labelseparator) { +this.labelSeparator = labelseparator; } @StrutsTagAttribute(description="Define label position of form element (top/left)") Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java?view=diff&rev=549655&r1=549654&r2=549655 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java Thu Jun 21 17:53:23 2007 @@ -34,6 +34,7 @@ protected String title; protected String disabled; protected String label; +
svn commit: r549674 [3/3] - in /struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo: struts/widget/Bind.js struts_dojo.js struts_dojo.js.uncompressed.js
Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js?view=diff&rev=549674&r1=549673&r2=549674 == --- struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js (original) +++ struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js Thu Jun 21 19:25:21 2007 @@ -22356,6 +22356,15 @@ if(!this.ajaxAfterValidation && this.validate) { tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + "struts.validateOnly=true"; } + + if(dojo.dom.isTag(this.domNode, "INPUT", "input") + && this.events == "onclick" + && this.domNode.type == "submit" + && !dojo.string.isBlank(this.domNode.name) + && !dojo.string.isBlank(this.domNode.value)) { + var enc = /utf/i.test("") ? encodeURIComponent : dojo.string.encodeAscii + tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + enc(this.domNode.name) + "=" + enc(this.domNode.value); + } dojo.io.bind({ url: tmpHref,
svn commit: r549674 [1/3] - in /struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo: struts/widget/Bind.js struts_dojo.js struts_dojo.js.uncompressed.js
Author: musachy Date: Thu Jun 21 19:25:21 2007 New Revision: 549674 URL: http://svn.apache.org/viewvc?view=rev&rev=549674 Log: WW-1930 Submit value (if "name" and "value" are set) when making an ajax request with the "submit" tag Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/widget/Bind.js struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/widget/Bind.js URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/widget/Bind.js?view=diff&rev=549674&r1=549673&r2=549674 == --- struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/widget/Bind.js (original) +++ struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts/widget/Bind.js Thu Jun 21 19:25:21 2007 @@ -300,6 +300,15 @@ if(!this.ajaxAfterValidation && this.validate) { tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + "struts.validateOnly=true"; } + + if(dojo.dom.isTag(this.domNode, "INPUT", "input") + && this.events == "onclick" + && this.domNode.type == "submit" + && !dojo.string.isBlank(this.domNode.name) + && !dojo.string.isBlank(this.domNode.value)) { + var enc = /utf/i.test("") ? encodeURIComponent : dojo.string.encodeAscii + tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + enc(this.domNode.name) + "=" + enc(this.domNode.value); + } dojo.io.bind({ url: tmpHref,
svn commit: r549692 - /struts/struts1/trunk/core/pom.xml
Author: pbenedict Date: Thu Jun 21 20:30:51 2007 New Revision: 549692 URL: http://svn.apache.org/viewvc?view=rev&rev=549692 Log: STR-3059: Upgrade commons-upload to 1.2 Modified: struts/struts1/trunk/core/pom.xml Modified: struts/struts1/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/pom.xml?view=diff&rev=549692&r1=549691&r2=549692 == --- struts/struts1/trunk/core/pom.xml (original) +++ struts/struts1/trunk/core/pom.xml Thu Jun 21 20:30:51 2007 @@ -136,7 +136,7 @@ commons-fileupload commons-fileupload -1.1.1 +1.2 true
svn commit: r549697 - in /struts/struts1/trunk/core/src/main/java/org/apache/struts/upload: CommonsMultipartRequestHandler.java FormFile.java
Author: pbenedict Date: Thu Jun 21 20:42:58 2007 New Revision: 549697 URL: http://svn.apache.org/viewvc?view=rev&rev=549697 Log: STR-2959: Change method signatures of fileSize property to type long Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/FormFile.java Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java?view=diff&rev=549697&r1=549696&r2=549697 == --- struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java (original) +++ struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java Thu Jun 21 20:42:58 2007 @@ -524,8 +524,8 @@ * * @return The size of the file, in bytes. */ -public int getFileSize() { -return (int) fileItem.getSize(); +public long getFileSize() { +return fileItem.getSize(); } /** @@ -534,7 +534,7 @@ * * @param filesize The size of the file, in bytes. */ -public void setFileSize(int filesize) { +public void setFileSize(long filesize) { throw new UnsupportedOperationException( "The setFileSize() method is not supported."); } Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/FormFile.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/FormFile.java?view=diff&rev=549697&r1=549696&r2=549697 == --- struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/FormFile.java (original) +++ struts/struts1/trunk/core/src/main/java/org/apache/struts/upload/FormFile.java Thu Jun 21 20:42:58 2007 @@ -49,14 +49,14 @@ * * @return The size of the file, in bytes. */ -public int getFileSize(); +public long getFileSize(); /** * Sets the file size. * * @param fileSize The size of the file, in bytes, */ -public void setFileSize(int fileSize); +public void setFileSize(long fileSize); /** * Returns the file name of this file. This is the base name of the