[richfaces-svn-commits] JBoss Rich Faces SVN: r3080 - in trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces: renderkit and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Sep 24 13:25:49 EDT 2007


Author: alexsmirnov
Date: 2007-09-24 13:25:49 -0400 (Mon, 24 Sep 2007)
New Revision: 3080

Modified:
   trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/component/DialogWindowClosedEvent.java
   trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/renderkit/DialogWindowRenderer.java
   trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowComponentHandler.java
   trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowTagBase.java
Log:
Fix references to spacer.gif

Modified: trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/component/DialogWindowClosedEvent.java
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/component/DialogWindowClosedEvent.java	2007-09-24 16:41:29 UTC (rev 3079)
+++ trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/component/DialogWindowClosedEvent.java	2007-09-24 17:25:49 UTC (rev 3080)
@@ -1,6 +1,24 @@
 /**
- * 
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  */
+
 package org.richfaces.component;
 
 import javax.faces.component.UIComponent;

Modified: trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/renderkit/DialogWindowRenderer.java
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/renderkit/DialogWindowRenderer.java	2007-09-24 16:41:29 UTC (rev 3079)
+++ trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/renderkit/DialogWindowRenderer.java	2007-09-24 17:25:49 UTC (rev 3080)
@@ -219,7 +219,7 @@
 		// Added by Hans, Wed Mar  7 14:55:24 EET 2007, CH-1541
 		StringBuffer options = new StringBuffer(DialogWindowUtils.getOptions(context, component, getUtils()));
 		options.deleteCharAt(options.length() - 1);
-		String spacerImage = getResource("/com/exadel/vcp/dialogwindow/renderer/html_basic/images/spacer.gif")
+		String spacerImage = getResource("/org/richfaces/renderkit/html/images/spacer.gif")
 			.getUri(context, null);
 		DialogWindowUtils.append(options, "spacerImage", spacerImage);
 		options.append('}');

Modified: trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowComponentHandler.java
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowComponentHandler.java	2007-09-24 16:41:29 UTC (rev 3079)
+++ trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowComponentHandler.java	2007-09-24 17:25:49 UTC (rev 3080)
@@ -1,6 +1,24 @@
 /**
- * 
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  */
+
 package org.richfaces.taglib;
 
 import javax.faces.event.ActionEvent;

Modified: trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowTagBase.java
===================================================================
--- trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowTagBase.java	2007-09-24 16:41:29 UTC (rev 3079)
+++ trunk/sandbox/ui/dialog-window/src/main/java/org/richfaces/taglib/DialogWindowTagBase.java	2007-09-24 17:25:49 UTC (rev 3080)
@@ -1,6 +1,24 @@
 /**
- * 
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
  */
+
 package org.richfaces.taglib;
 
 import javax.faces.component.UIComponent;




More information about the richfaces-svn-commits mailing list