[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 |-- JPA 2.0 Roadmap was last edited by techhusky (10:48 AM). | http://cwiki.apache.org/confluence/display/openjpa/JPA+2.0+Roadmap Apache Sling (SLING) http://cwiki.apache.org/confluence/display/SLING | |-Pages Added or Edited in This Space |-- Scripting variables was last edited by jimwhite (12:20 AM). | http://cwiki.apache.org/confluence/display/SLING/Scripting+variables Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- Camel 2.0.0 Release was last edited by wtam (08:17 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release |-- CXF was last edited by wtam (07:35 PM). | http://cwiki.apache.org/confluence/display/CAMEL/CXF |-- Quartz was last edited by hadr...@apache.org (03:39 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Quartz |-- POJO Messaging Example was created by janstey (01:25 PM). | http://cwiki.apache.org/confluence/display/CAMEL/POJO+Messaging+Example |-- RecipientList Annotation was last edited by jstrachan (05:43 AM). | http://cwiki.apache.org/confluence/display/CAMEL/RecipientList+Annotation |-- Enterprise Integration Patterns was last edited by davsclaus (05:40 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Enterprise+Integration+Patterns |-- Recipient List was last edited by davsclaus (05:38 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Recipient+List Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Apache Felix Configuration Admin Service was last edited by fmeschbe (11:44 PM). | http://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Configuration+Admin+Service |-- news was last edited by fmeschbe (05:22 AM). | http://cwiki.apache.org/confluence/display/FELIX/news |-- downloads was last edited by fmeschbe (05:19 AM). | http://cwiki.apache.org/confluence/display/FELIX/downloads Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- ACL was last edited by ritchiem (03:27 AM). | http://cwiki.apache.org/confluence/display/qpid/ACL |-- QMan - Qpid Management bridge was last edited by agazzarini (02:51 AM). | http://cwiki.apache.org/confluence/display/qpid/QMan+-+Qpid+Management+bridge |-- QMan User Guide was last edited by agazzarini (02:49 AM). | http://cwiki.apache.org/confluence/display/qpid/QMan+User+Guide Apache Stonehenge (STONEHENGE) http://cwiki.apache.org/confluence/display/STONEHENGE | |-Pages Added or Edited in This Space |-- Index was created by dkulp (11:56 AM). | http://cwiki.apache.org/confluence/display/STONEHENGE/Index Apache Geronimo v2.2 (GMOxDOC22) http://cwiki.apache.org/confluence/display/GMOxDOC22 | |-Pages Added or Edited in This Space |-- jms-mdb - JMS and MDB Sample Application was last edited by djencks (12:01 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/jms-mdb+-+JMS+and+MDB+Sample+Application Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- XML Schemas for 3.3 was last edited by gertvanthienen (12:14 PM). | http://cwiki.apache.org/confluence/display/SM/XML+Schemas+for+3.3 |-- Team was last edited by gnodet (08:22 AM). | http://cwiki.apache.org/confluence/display/SM/Team Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- Distributed Calculator was last edited by slaws (04:00 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Distributed+Calculator |-- Home was last edited by slaws (01:44 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Home Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- SCA Java implementation.widget was last edited by lrese...@apache.org (02:02 PM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+implementation.widget |-- SCA Java User Guide was last edited by slaws (04:11 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+User+Guide |-- Distributed SCA Domain was last edited by slaws (04:03 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Distributed+SCA+Domain - CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.ac
svn commit: r738624 - in /struts/struts2/trunk/core/src: main/resources/template/xhtml/tooltip.ftl test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java test/resources/org/apache/struts2/views/js
Author: musachy Date: Wed Jan 28 21:12:12 2009 New Revision: 738624 URL: http://svn.apache.org/viewvc?rev=738624&view=rev Log: WW-2966 ToolTips do not render correctly Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-4.txt Modified: struts/struts2/trunk/core/src/main/resources/template/xhtml/tooltip.ftl struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java Modified: struts/struts2/trunk/core/src/main/resources/template/xhtml/tooltip.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/xhtml/tooltip.ftl?rev=738624&r1=738623&r2=738624&view=diff == --- struts/struts2/trunk/core/src/main/resources/template/xhtml/tooltip.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/xhtml/tooltip.ftl Wed Jan 28 21:12:12 2009 @@ -35,7 +35,7 @@ <#t/>,'styleClass', '${parameters.tooltipCssClass?default("StrutsTTClassic")}'<#t/> <#t/>)" /> <#else> - title="${parameters.tooltip?html}"/> - alt="${parameters.tooltip?html}" + title="${parameters.tooltip?html}" + alt="${parameters.tooltip?html}" /> <#t/> Modified: struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java?rev=738624&r1=738623&r2=738624&view=diff == --- struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java (original) +++ struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/TooltipTest.java Wed Jan 28 21:12:12 2009 @@ -68,6 +68,40 @@ verify(TooltipTest.class.getResource("tooltip-1.txt")); } + +public void testWithoutFormOverridingNoJS() throws Exception { + +// we test it on textfield component, but since the tooltip are common to +// all components, it will be the same for other components as well. +FormTag formTag = new FormTag(); +formTag.setPageContext(pageContext); +formTag.setId("myFormId"); +formTag.setAction("testAction"); +formTag.setName("myForm"); + + +TextFieldTag tag = new TextFieldTag(); +tag.setPageContext(pageContext); +tag.setLabel("MyLabel"); +tag.setId("myId"); + + +tag.setTooltip("myTooltip"); +tag.setTooltipConfig( +"#{" + +"'tooltipIcon':'/struts/tooltip/myTooltip.gif', " + +"'tooltipDelay':'500', " + +"'jsTooltipEnabled':'false' "+ +"}" +); + +formTag.doStartTag(); +tag.doStartTag(); +tag.doEndTag(); +formTag.doEndTag(); + +verify(TooltipTest.class.getResource("tooltip-4.txt")); +} public void testWithoutFormOverridingNew() throws Exception { Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-4.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-4.txt?rev=738624&view=auto == --- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-4.txt (added) +++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-4.txt Wed Jan 28 21:12:12 2009 @@ -0,0 +1,19 @@ + + + + + + MyLabel: + + + + + + + + + + +
[OSS Bamboo] Struts 2 SVN - Main Build build 1015 was SUCCESSFUL (with 939 tests). Change made by Musachy Barroso
--- STRUTS-MAIN-1015 was successful. --- Code has been updated by Musachy Barroso. 939 tests in total. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1015/ -- Code Changes -- Musachy Barroso (738624): >WW-2966 ToolTips do not render correctly -- Error Summary -- warning: Annotation types without processors: [java.lang.Override, com.opensymphony.xwork2.inject.Inject, java.lang.SuppressWarnings, java.lang.annotation.Target, java.lang.annotation.Retention] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning [copy] Warning: /home/j2ee/xml-data/build-dir/STRUTS-MAIN/apps/src/main/java not found. [copy] Warning: /home/j2ee/xml-data/build-dir/STRUTS-MAIN/apps/src/main/resources not found. warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated] 1 warning -- This message is automatically generated by Atlassian Bamboo