[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- Obtaining was last edited by mprudhom (12:06 PM). | http://cwiki.apache.org/confluence/display/openjpa/Obtaining Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- faq was last edited by [EMAIL PROTECTED] (06:06 AM). | http://cwiki.apache.org/confluence/display/FELIX/faq Apache CXF 2.0 Documentation (CXF20DOC) http://cwiki.apache.org/confluence/display/CXF20DOC | |-Pages Added or Edited in This Space |-- Developing Assertions was last edited by andreasmyth (09:24 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/Developing+Assertions |-- How It Works was last edited by andreasmyth (08:13 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/How+It+Works |-- WS-Policy Framework Overview was last edited by andreasmyth (06:30 AM). | http://cwiki.apache.org/confluence/display/CXF20DOC/WS-Policy+Framework+Overview Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Failover Transport Reference was last edited by [EMAIL PROTECTED] (01:52 PM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Failover+Transport+Reference Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/WW/Selecting+Themes (1) Apache Ode (ODExSITE) http://cwiki.apache.org/confluence/display/ODExSITE | |-Pages Added or Edited in This Space |-- Getting Ode was last edited by mriou (12:13 PM). | http://cwiki.apache.org/confluence/display/ODExSITE/Getting+Ode |-- BPEL IP was last edited by mriou (09:46 AM). | http://cwiki.apache.org/confluence/display/ODExSITE/BPEL+IP |-- Introduction was created by mriou (09:34 AM). | http://cwiki.apache.org/confluence/display/ODExSITE/Introduction Apache Struts 2 Wiki (S2WIKI) http://cwiki.apache.org/confluence/display/S2WIKI | |-Pages Added or Edited in This Space |-- Home was last edited by pj (12:43 PM). | http://cwiki.apache.org/confluence/display/S2WIKI/Home Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- Getting Involved was last edited by haleh (09:46 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Involved |-- Tuscany Subprojects was created by haleh (09:37 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+Subprojects |-- Tuscany SDO Java - FAQ was last edited by haleh (04:21 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SDO+Java+-+FAQ |-- Java SCA Architecture Overview was last edited by haleh (04:15 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Architecture+Overview |-- SCA Java Development was last edited by haleh (03:49 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+Development |-- Java SCA Menu was last edited by haleh (02:59 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Menu |-- Java SCA Developer Guide was last edited by ant (12:02 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Developer+Guide |-- Java SCA Subproject was last edited by haleh (10:36 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Subproject |-- SCA Menu was last edited by haleh (10:36 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Menu |-- Main Menu was last edited by haleh (10:36 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Main+Menu |-- Delete-Java SCA Kernel was last edited by haleh (10:16 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Delete-Java+SCA+Kernel |-- What's New SCA JAVA was last edited by haleh (10:15 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/What%27s+New+SCA+JAVA |-- Delete-Overview was last edited by haleh (10:13 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Delete-Overview |-- Java SCA Kernel Architecture Guide was last edited by haleh (10:04 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Kernel+Architecture+Guide |-- Java SCA Modulization Design Discussions was last edited by haleh (09:19 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Modulization+Design+Discussions |-- SCA Java Architecture was last edited by haleh (09:16 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+Architecture |-- Release Process was last edited by adriano_crestani (01:31 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/R
svn commit: r528866 - in /struts/struts2/trunk: apps/showcase/src/main/java/org/apache/struts2/showcase/ apps/showcase/src/main/webapp/tags/ui/ plugins/dojo/src/main/java/org/apache/struts2/dojo/compo
Author: musachy Date: Sat Apr 14 13:19:20 2007 New Revision: 528866 URL: http://svn.apache.org/viewvc?view=rev&rev=528866 Log: WW-1813 Tree Tag's treeSelectedTopic attribute doesn't work. * Fix tree tag topic notification * Fix showcase examples Modified: struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/DynamicTreeSelectAction.java struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleStatic.jsp struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/tree.ftl Modified: struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/DynamicTreeSelectAction.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/DynamicTreeSelectAction.java?view=diff&rev=528866&r1=528865&r2=528866 == --- struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/DynamicTreeSelectAction.java (original) +++ struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/DynamicTreeSelectAction.java Sat Apr 14 13:19:20 2007 @@ -47,7 +47,7 @@ public String getNodeName() { -return currentCategory.getName(); +return currentCategory != null ? currentCategory.getName() : "Node not found"; } } Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp?view=diff&rev=528866&r1=528865&r2=528866 == --- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/treeExampleDynamic.jsp Sat Apr 14 13:19:20 2007 @@ -10,25 +10,24 @@ - -function treeNodeSelected(nodeId) { +