[richfaces-svn-commits] JBoss Rich Faces SVN: r2125 - in trunk/test-applications: facelets/src/main/webapp/DataFilterSlider and 42 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 7 19:37:46 EDT 2007


Author: nbelaevski
Date: 2007-08-07 19:37:46 -0400 (Tue, 07 Aug 2007)
New Revision: 2125

Modified:
   trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
   trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml
   trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
   trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml
   trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
   trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml
   trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
   trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml
   trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml
   trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml
   trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml
   trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml
   trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
   trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml
   trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
   trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml
   trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
   trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml
   trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
   trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
   trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml
   trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml
   trunk/test-applications/jsp/
   trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp
   trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp
   trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp
   trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DnD.jsp
   trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp
   trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
   trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
   trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp
   trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
   trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp
   trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp
   trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
   trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp
   trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
   trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp
   trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp
   trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp
   trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
   trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
   trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
   trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp
   trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp
   trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp
   trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
Log:
Test applications updated: a4j URI

Modified: trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">
 <f:view>

Modified: trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"
 	xmlns:h="http://java.sun.com/jsf/html">

Modified: trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"

Modified: trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -3,7 +3,7 @@
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:c="http://java.sun.com/jstl/core">
 <f:view>
 	<head>

Modified: trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -4,7 +4,8 @@
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax">
+	xmlns:a4j="http://richfaces.org/a4j">
+
 <f:view>
 	<head>
 	<style>

Modified: trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -4,7 +4,7 @@
 	xmlns:scriptfree="http://jakarta.apache.org/taglibs/standard/scriptfree"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:c="http://java.sun.com/jstl/core">
 <f:view>
 	<head>

Modified: trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"

Modified: trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"

Modified: trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"

Modified: trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"

Modified: trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:f="http://java.sun.com/jsf/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich">

Modified: trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml	2007-08-07 23:37:46 UTC (rev 2125)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"
 	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
+	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:c="http://java.sun.com/jstl/core"
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:scriptfree="http://jakarta.apache.org/taglibs/standard/scriptfree">


Property changes on: trunk/test-applications/jsp
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.classpath
.project
.settings


Modified: trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DnD.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DnD.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DnD.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
-<%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>
 <title></title>

Modified: trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j" %>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich" %>
 <html>
 	<head>

Modified: trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <html>
 <head>
 <title></title>

Modified: trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j" %>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich" %>
 <html>
 	<head>

Modified: trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <html>
 <body>
 <f:view>

Modified: trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <html>
 <head>
 <title></title>

Modified: trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <f:view>
 	<html>

Modified: trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,6 +1,6 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
 <html>
 <head>

Modified: trunk/test-applications/jsp/src/main/webapp/pages/main.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/pages/main.jsp	2007-08-07 23:37:19 UTC (rev 2124)
+++ trunk/test-applications/jsp/src/main/webapp/pages/main.jsp	2007-08-07 23:37:46 UTC (rev 2125)
@@ -1,7 +1,7 @@
 <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%>
-<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
 <html>
 <head>
 <title></title>




More information about the richfaces-svn-commits mailing list