[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 |-- Roadmap for 2.1 was created by jdillon (11:25 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Roadmap+for+2.1 |-- Getting Source Code from Subversion was last edited by jdillon (11:33 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Getting+Source+Code+from+Subversion |-- Geronimo v1.1 User Requirements was last edited by jdillon (11:32 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Geronimo+v1.1+User+Requirements |-- Simple Ant Scripts was last edited by jdillon (11:32 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Simple+Ant+Scripts |-- Tuscany plug-in for Geronimo was created by vamsic007 (10:23 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/Tuscany+plug-in+for+Geronimo Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Endpoint was last edited by jstrachan (05:46 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Endpoint |-- Writing Components was last edited by jstrachan (05:46 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Writing+Components |-- Walk through an Example was last edited by jstrachan (04:03 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Walk+through+an+Example |-- Mailing Lists was last edited by jstrachan (02:48 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Mailing+Lists Infrastructure - Web Applications (INFRA) http://cwiki.apache.org/confluence/display/INFRA | |-Pages Added or Edited in This Space |-- Index was last edited by husted (10:30 AM). | http://cwiki.apache.org/confluence/display/INFRA/Index Apache Directory Server v1.5 (DIRxSRVx11) http://cwiki.apache.org/confluence/display/DIRxSRVx11 | |-Pages Added or Edited in This Space |-- Navigation was last edited by elecharny (02:54 PM). | http://cwiki.apache.org/confluence/display/DIRxSRVx11/Navigation Apache Struts 2 Plugin Registry (S2PLUGINS) http://cwiki.apache.org/confluence/display/S2PLUGINS | |-Pages Added or Edited in This Space |-- New Page was created by [EMAIL PROTECTED] (05:55 AM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/New+Page |-- WebWork2 Plugin was created by mrdon (12:13 AM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/WebWork2+Plugin Apache Abdera (ABDERA) http://cwiki.apache.org/confluence/display/ABDERA | |-Pages Added or Edited in This Space |-- Index was created by husted (10:43 AM). | http://cwiki.apache.org/confluence/display/ABDERA/Index Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Release Eclipse Plugin Process was last edited by mcconne (12:03 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Release+Eclipse+Plugin+Process Apache Directory Website (DIRxSITE) http://cwiki.apache.org/confluence/display/DIRxSITE | |-Pages Added or Edited in This Space |-- ApacheDS 1.5.1 released was created by elecharny (03:08 PM). | http://cwiki.apache.org/confluence/display/DIRxSITE/2007/09/03/ApacheDS+1.5.1+released |-- Navigation was last edited by ersiner (02:55 PM). | http://cwiki.apache.org/confluence/display/DIRxSITE/Navigation Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Working with Wicket models was last edited by [EMAIL PROTECTED] (06:50 AM). | http://cwiki.apache.org/confluence/display/WICKET/Working+with+Wicket+models Apache Directory SandBox (DIRxSBOX) http://cwiki.apache.org/confluence/display/DIRxSBOX | |-Pages Added or Edited in This Space |-- LDAPcon2007 - Who is arriving-leaving When to-from Köln? was last edited by ersiner (02:50 PM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65180 0 ABOUT THE CWIKI SITE (CWIKI) http://cwiki.apache.org/confluence/display/CWIKI | |-Pages Added or Edited in This Space |-- Index was last edited by husted (10:36 AM). | http://cwiki.apache.org/confluence/display/CWIKI/Index Apache CXF (CXF) http://cwiki.apache.org/confluence/display/CXF | |-Pages Added or Edited in This Space |-- Getting Involved was last edited by njiang (07:21 PM). | http://cwiki.apache.org/confluence/display/CXF/Getting+Involved |-- Resources and Articles was last edited by [EMAIL PROTECTED] (02:30 PM). | http://cwiki.apache.org/confluence/display/CXF/Resources+and+Articles Apache Geronimo Knowledge Base (GMOxKB) http://cwiki.apache.org/confluence/display/GMOxKB | |-Pages Added or Edited in This Space |-- Ho
svn commit: r572756 - /struts/struts2/trunk/core/pom.xml
Author: jholmes Date: Tue Sep 4 10:52:09 2007 New Revision: 572756 URL: http://svn.apache.org/viewvc?rev=572756&view=rev Log: WW-2132 Add support for JSP tag library dynamic attributes Update JSP version to 2.0 to support the element. Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=572756&r1=572755&r2=572756&view=diff == --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Tue Sep 4 10:52:09 2007 @@ -70,7 +70,7 @@ org.apache.myfaces.tobago maven-apt-plugin - uri=/struts-tags,tlibVersion=2.2.3,jspVersion=1.2,shortName=s,displayName="Struts Tags", + uri=/struts-tags,tlibVersion=2.2.3,jspVersion=2.0,shortName=s,displayName="Struts Tags", outFile=${basedir}/target/classes/META-INF/struts-tags.tld, description="To make it easier to access dynamic data; the Apache Struts framework includes a library of custom tags.
svn commit: r572764 - in /struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt: Tag.java TagAnnotationProcessor.java
Author: jholmes Date: Tue Sep 4 11:11:18 2007 New Revision: 572764 URL: http://svn.apache.org/viewvc?rev=572764&view=rev Log: WW-2132 Add support for JSP tag library dynamic attributes Modified: struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/Tag.java struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessor.java Modified: struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/Tag.java URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/Tag.java?rev=572764&r1=572763&r2=572764&view=diff == --- struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/Tag.java (original) +++ struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/Tag.java Tue Sep 4 11:11:18 2007 @@ -31,6 +31,7 @@ private String tldBodyContent; private String tldTagClass; private String description; +private boolean allowDynamicAttributes; private boolean include = true; private String declaredType; private Map attributes = new TreeMap(); @@ -85,6 +86,14 @@ this.include = include; } +public boolean isAllowDynamicAttributes() { +return allowDynamicAttributes; +} + +public void setAllowDynamicAttributes(boolean allowDynamicAttributes) { +this.allowDynamicAttributes = allowDynamicAttributes; +} + public String getDeclaredType() { return declaredType; } Modified: struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessor.java URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessor.java?rev=572764&r1=572763&r2=572764&view=diff == --- struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessor.java (original) +++ struts/maven/trunk/struts-annotations/src/main/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessor.java Tue Sep 4 11:11:18 2007 @@ -114,6 +114,7 @@ tag.setTldBodyContent((String) values.get("tldBodyContent")); tag.setTldTagClass((String) values.get("tldTagClass")); tag.setDeclaredType(typeName); + tag.setAllowDynamicAttributes((Boolean) values.get("allowDynamicAttributes")); // add to map tags.put(typeName, tag); } @@ -318,12 +319,14 @@ // taglib Element tagLib = document.createElement("taglib"); +tagLib.setAttribute("xmlns", "http://java.sun.com/xml/ns/j2ee";); + tagLib.setAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance";); + tagLib.setAttribute("xsi:schemaLocation", "http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";); + tagLib.setAttribute("version", getOption("jspVersion")); document.appendChild(tagLib); // tag lib attributes appendTextNode(document, tagLib, "tlib-version", getOption("tlibVersion"), false); -appendTextNode(document, tagLib, "jsp-version", -getOption("jspVersion"), false); appendTextNode(document, tagLib, "short-name", getOption("shortName"), false); appendTextNode(document, tagLib, "uri", getOption("uri"), false); @@ -348,10 +351,6 @@ // (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6296446) transformer.setOutputProperty(OutputKeys.INDENT, "yes"); -transformer.setOutputProperty(OutputKeys.DOCTYPE_PUBLIC, -"-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"); -transformer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, -"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";); transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8"); Source source = new DOMSource(document); @@ -397,6 +396,7 @@ createElement(doc, tagElement, attribute); } +appendTextNode(doc, tagElement, "dynamic-attributes", String.valueOf(tag.isAllowDynamicAttributes()), false); } private void createElement(Document doc, Element tagElement,
svn commit: r572864 - /struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml
Author: jholmes Date: Tue Sep 4 19:42:24 2007 New Revision: 572864 URL: http://svn.apache.org/viewvc?rev=572864&view=rev Log: Fix typo. Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml?rev=572864&r1=572863&r2=572864&view=diff == --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/resources/struts-integration.xml Tue Sep 4 19:42:24 2007 @@ -30,7 +30,7 @@ - + org.apache.struts2.showcase.integration.EditGangsterAction modelDriven.jsp
svn commit: r572865 - /struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml
Author: jholmes Date: Tue Sep 4 19:43:15 2007 New Revision: 572865 URL: http://svn.apache.org/viewvc?rev=572865&view=rev Log: FFix typo. Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml?rev=572865&r1=572864&r2=572865&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml Tue Sep 4 19:43:15 2007 @@ -30,7 +30,7 @@ - + org.apache.struts2.showcase.integration.EditGangsterAction modelDriven.jsp
svn commit: r572866 - /struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml
Author: jholmes Date: Tue Sep 4 19:56:14 2007 New Revision: 572866 URL: http://svn.apache.org/viewvc?rev=572866&view=rev Log: Fix formatting. Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml?rev=572866&r1=572865&r2=572866&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-integration.xml Tue Sep 4 19:56:14 2007 @@ -7,39 +7,39 @@ - - -org.apache.struts2.showcase.integration.GangsterForm -gangsterForm - - -/org/apache/struts/validator/validator-rules.xml,/WEB-INF/validation.xml - + + +org.apache.struts2.showcase.integration.GangsterForm +gangsterForm + + +/org/apache/struts/validator/validator-rules.xml,/WEB-INF/validation.xml + - - - - - - - - - - + + + + + + + + + + - - + + - + -org.apache.struts2.showcase.integration.EditGangsterAction + org.apache.struts2.showcase.integration.EditGangsterAction modelDriven.jsp -org.apache.struts2.showcase.integration.SaveGangsterAction -true + org.apache.struts2.showcase.integration.SaveGangsterAction + true modelDriven.jsp modelDrivenResult.jsp