[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- ActiveMQ CPP 2.0 Release was last edited by tabish121 (05:26 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+CPP+2.0+Release Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- CRUD Demo I was last edited by [EMAIL PROTECTED] (07:52 AM). | http://cwiki.apache.org/confluence/display/WW/CRUD+Demo+I |-- Interceptor Configuration was last edited by [EMAIL PROTECTED] (07:35 AM). | http://cwiki.apache.org/confluence/display/WW/Interceptor+Configuration Apache MINA (MINA) http://cwiki.apache.org/confluence/display/MINA | |-Pages Added or Edited in This Space |-- Apache MINA 1.0.3 Released was created by trustin (11:55 PM). | http://cwiki.apache.org/confluence/display/MINA/2007/04/15/Apache+MINA+1.0.3+Released |-- Quick Start Guide was last edited by trustin (11:45 PM). | http://cwiki.apache.org/confluence/display/MINA/Quick+Start+Guide |-- FAQ was last edited by trustin (11:11 PM). | http://cwiki.apache.org/confluence/display/MINA/FAQ |-- Contributors was last edited by trustin (11:05 PM). | http://cwiki.apache.org/confluence/display/MINA/Contributors |-- Downloads was last edited by trustin (11:00 PM). | http://cwiki.apache.org/confluence/display/MINA/Downloads |-- Documentation was last edited by trustin (10:44 PM). | http://cwiki.apache.org/confluence/display/MINA/Documentation Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Migrate-1.3 was last edited by ehillenius (07:29 PM). | http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.3 |-- Backporting features from trunk was last edited by ehillenius (07:26 PM). | http://cwiki.apache.org/confluence/display/WICKET/Backporting+features+from+trunk |-- Wicket and JMeter with Regular Expressions was created by ptrthomas (02:53 AM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket+and+JMeter+with+Regular+Expressions |-- Wicket and JMeter was last edited by ptrthomas (03:37 AM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket+and+JMeter - Updated User Profiles: - ptrthomas |- http://cwiki.apache.org/confluence/display/~ptrthomas - 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
Issues Opened: week of 2007-04-16
Struts2 - Monday, April 16, 2007 10 opened in last 7 days [WW-1877] Portlet showcase is missing libraries - Type: Bug - Reporter: Oleg Gorobets - Components: [Examples] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1877 [WW-1883] Deprecate topic attributes in Tree tag - Type: Improvement - Reporter: Musachy Barroso - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1883 [WW-1881] GenericAction support - Type: Improvement - Reporter: Thomas Wiradikusuma - Components: [Actions] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1881 [WW-1879] Result "location" parameter should evaluate %{expr} - Type: Bug - Reporter: Musachy Barroso - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1879 [WW-1885] All form elements are null when form enctype set as multipart - Type: Bug - Reporter: Hakan Cunier - Components: [API] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1885 [WW-1876] Improve tooltips support - Type: Improvement - Reporter: Musachy Barroso - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1876 [WW-1882] When "loadOnTextChange" is true on the autocompleter, submit enclosing form(by default) in the request like the anchor and submit tags do - Type: Improvement - Reporter: Musachy Barroso - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1882 [WW-1880] File Uploads not reproducable (after first time success) - Type: Bug - Reporter: Andy Brook - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1880 [WW-1878] Autocompleter does not work with three-char string - Type: Bug - Reporter: Scott Nesbitt - Components: [] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1878 [WW-1884] Validator Randomly Fails Valid Input - Type: Bug - Reporter: Zach - Components: [Actions, Interceptors] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-1884
svn commit: r529384 - /struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java
Author: bayard Date: Mon Apr 16 13:19:17 2007 New Revision: 529384 URL: http://svn.apache.org/viewvc?view=rev&rev=529384 Log: Applying patch from STR-3021. Thanks to Thomas Wilhelm for reporting the bug wherein exceptions thrown in tiles-included JSPs cause includes to happen twice. The change was to not consider an InvocationTargetException as a debug item, but as an exception whose contents need to be rethrown. Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java?view=diff&rev=529384&r1=529383&r2=529384 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/main/java/org/apache/struts/tiles/TilesUtilImpl.java Mon Apr 16 13:19:17 2007 @@ -132,7 +132,13 @@ } catch (IllegalAccessException e) { log.debug("Could not find JSP 2.0 include method. Using old one.", e); } catch (InvocationTargetException e) { -log.debug("Unable to execute JSP 2.0 include method. Trying old one.", e); +if (e.getCause() instanceof ServletException){ + throw ((ServletException)e.getCause()); +} else if (e.getCause() instanceof IOException){ + throw ((IOException)e.getCause()); +} else { + throw new ServletException(e); +} } pageContext.include(uri);
svn commit: r529440 - in /struts/struts2/trunk/core/src/site/resources/tags/ajax: a.html autocompleter.html datetimepicker.html div.html form.html submit.html tabbedpanel.html tree.html treenode.html
Author: musachy Date: Mon Apr 16 16:20:56 2007 New Revision: 529440 URL: http://svn.apache.org/viewvc?view=rev&rev=529440 Log: WW-1876 Improve tooltips support Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html struts/struts2/trunk/core/src/site/resources/tags/ajax/autocompleter.html struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html struts/struts2/trunk/core/src/site/resources/tags/ajax/div.html struts/struts2/trunk/core/src/site/resources/tags/ajax/form.html struts/struts2/trunk/core/src/site/resources/tags/ajax/submit.html struts/struts2/trunk/core/src/site/resources/tags/ajax/tabbedpanel.html struts/struts2/trunk/core/src/site/resources/tags/ajax/tree.html struts/struts2/trunk/core/src/site/resources/tags/ajax/treenode.html 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?view=diff&rev=529440&r1=529439&r2=529440 == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html Mon Apr 16 16:20:56 2007 @@ -412,6 +412,14 @@ Set the tooltip configuration + tooltipIconPath + false + + true + String + Icon path used for image that will have the tooltip + + value false Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/autocompleter.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/ajax/autocompleter.html?view=diff&rev=529440&r1=529439&r2=529440 == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/autocompleter.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/autocompleter.html Mon Apr 16 16:20:56 2007 @@ -532,6 +532,14 @@ Set the tooltip configuration + tooltipIconPath + false + + true + String + Icon path used for image that will have the tooltip + + value false 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?view=diff&rev=529440&r1=529439&r2=529440 == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/datetimepicker.html Mon Apr 16 16:20:56 2007 @@ -380,6 +380,14 @@ Set the tooltip configuration + tooltipIconPath + false + + true + String + Icon path used for image that will have the tooltip + + type false date Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/div.html URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/ajax/div.html?view=diff&rev=529440&r1=529439&r2=529440 == --- struts/struts2/trunk/core/src/site/resources/tags/ajax/div.html (original) +++ struts/struts2/trunk/core/src/site/resources/tags/ajax/div.html Mon Apr 16 16:20:56 2007 @@ -476,6 +476,14 @@ Set the tooltip configuration +
svn commit: r529459 - /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
Author: musachy Date: Mon Apr 16 17:47:04 2007 New Revision: 529459 URL: http://svn.apache.org/viewvc?view=rev&rev=529459 Log: WW-1876 Improve tooltips support Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp?view=diff&rev=529459&r1=529458&r2=529459 == --- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp Mon Apr 16 17:47:04 2007 @@ -15,11 +15,11 @@ - + +tooltip="Enter your Name here"/>
svn commit: r529460 - /struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld
Author: bayard Date: Mon Apr 16 17:51:15 2007 New Revision: 529460 URL: http://svn.apache.org/viewvc?view=rev&rev=529460 Log: Removing the unnecessary boolean as per STR-3028 Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld?view=diff&rev=529460&r1=529459&r2=529460 == --- struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/el/src/main/resources/META-INF/tld/struts-html-el.tld Mon Apr 16 17:51:15 2007 @@ -5170,7 +5170,6 @@ filter false true -boolean