JBoss Rich Faces SVN: r3537 - branches/3.1.x/test-applications/facelets/src/main/webapp/DataTable.
by richfaces-svn-commits@lists.jboss.org
Author: viktor_volkov
Date: 2007-10-25 09:44:00 -0400 (Thu, 25 Oct 2007)
New Revision: 3537
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
Log:
syntax error fix
Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
===================================================================
--- branches/3.1.x/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-25 13:30:21 UTC (rev 3536)
+++ branches/3.1.x/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-25 13:44:00 UTC (rev 3537)
@@ -1,4 +1,4 @@
-<f:subview id="DataScrollerSubviewID"
+<f:subview id="DataTableSubviewID"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
17 years, 2 months
JBoss Rich Faces SVN: r3536 - branches/3.1.x/test-applications/facelets/src/main/webapp/pages/RichMenu.
by richfaces-svn-commits@lists.jboss.org
Author: viktor_volkov
Date: 2007-10-25 09:30:21 -0400 (Thu, 25 Oct 2007)
New Revision: 3536
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/RichMenu/RichMenu.xhtml
Log:
syntax error fix
Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/pages/RichMenu/RichMenu.xhtml
===================================================================
--- branches/3.1.x/test-applications/facelets/src/main/webapp/pages/RichMenu/RichMenu.xhtml 2007-10-25 13:28:21 UTC (rev 3535)
+++ branches/3.1.x/test-applications/facelets/src/main/webapp/pages/RichMenu/RichMenu.xhtml 2007-10-25 13:30:21 UTC (rev 3536)
@@ -14,7 +14,7 @@
<f:selectItem itemValue="/DataFilterSlider/DataFilterSlider.xhtml" itemLabel="Data Filter Slider" />
<f:selectItem itemValue="/DataScroller/DS.xhtml" itemLabel="Date Scroller" />
<f:selectItem itemValue="/DataTable/DT.xhtml" itemLabel="Date Table" />
- <f:selectItem itemValue="/DradAndDrop/DragAndDrop.xhtml" itemLabel="Drag And Drop" />
+ <f:selectItem itemValue="/DragAndDrop/DragAndDrop.xhtml" itemLabel="Drag And Drop" />
<f:selectItem itemValue="/DropDownMenu/DDMenu.xhtml" itemLabel="Drop Down Menu" />
<f:selectItem itemValue="/Effect/Effect.xhtml" itemLabel="Effect" />
<f:selectItem itemValue="/Gmap/Gmap.xhtml" itemLabel="Gmap" />
17 years, 2 months
JBoss Rich Faces SVN: r3535 - branches/3.1.x/test-applications/facelets/src/main/webapp.
by richfaces-svn-commits@lists.jboss.org
Author: viktor_volkov
Date: 2007-10-25 09:28:21 -0400 (Thu, 25 Oct 2007)
New Revision: 3535
Added:
branches/3.1.x/test-applications/facelets/src/main/webapp/DragAndDrop/
Removed:
branches/3.1.x/test-applications/facelets/src/main/webapp/DradAndDrop/
Log:
syntax error fix
Copied: branches/3.1.x/test-applications/facelets/src/main/webapp/DragAndDrop (from rev 3517, branches/3.1.x/test-applications/facelets/src/main/webapp/DradAndDrop)
17 years, 2 months
JBoss Rich Faces SVN: r3534 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2007-10-25 09:20:54 -0400 (Thu, 25 Oct 2007)
New Revision: 3534
Added:
trunk/docs/userguide/en/src/main/resources/images/simpleTogglePanel3.png
Modified:
trunk/docs/userguide/en/src/main/resources/images/panel3.png
Log:
http://jira.jboss.com/jira/browse/RF-1008 - correcting classes on the screenshot
Modified: trunk/docs/userguide/en/src/main/resources/images/panel3.png
===================================================================
(Binary files differ)
Added: trunk/docs/userguide/en/src/main/resources/images/simpleTogglePanel3.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/simpleTogglePanel3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 2 months
JBoss Rich Faces SVN: r3533 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2007-10-25 09:18:48 -0400 (Thu, 25 Oct 2007)
New Revision: 3533
Added:
trunk/docs/userguide/en/src/main/resources/images/tab1.png
Log:
http://jira.jboss.com/jira/browse/RF-1008 - adding screenshot
Added: trunk/docs/userguide/en/src/main/resources/images/tab1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/src/main/resources/images/tab1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 2 months
JBoss Rich Faces SVN: r3532 - trunk/test-applications/facelets/src/main/webapp/DataTable.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-10-25 09:13:16 -0400 (Thu, 25 Oct 2007)
New Revision: 3532
Modified:
trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
Log:
fix name ID
Modified: trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-25 13:02:07 UTC (rev 3531)
+++ trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-25 13:13:16 UTC (rev 3532)
@@ -1,4 +1,4 @@
-<f:subview id="DataScrollerSubviewID"
+<f:subview id="DataTableSubviewID"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
17 years, 2 months
JBoss Rich Faces SVN: r3531 - branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2007-10-25 09:02:07 -0400 (Thu, 25 Oct 2007)
New Revision: 3531
Modified:
branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
Log:
http://jira.jboss.com/jira/browse/RF-1152
Modified: branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
--- branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2007-10-25 13:00:16 UTC (rev 3530)
+++ branches/3.1.x/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2007-10-25 13:02:07 UTC (rev 3531)
@@ -47,7 +47,7 @@
.dr-mpnl-pnl-a {
position: absolute;
- left: -32000px;
+ left: 32000px;
}
</f:verbatim>
17 years, 2 months
JBoss Rich Faces SVN: r3530 - branches/3.1.x/ui/datascroller/src/main/templates/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2007-10-25 09:00:16 -0400 (Thu, 25 Oct 2007)
New Revision: 3530
Modified:
branches/3.1.x/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
set up pagesIndexVar value occur not only than facet pages exist (RF-1244)
Modified: branches/3.1.x/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
--- branches/3.1.x/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-10-25 12:55:56 UTC (rev 3529)
+++ branches/3.1.x/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-10-25 13:00:16 UTC (rev 3530)
@@ -185,9 +185,9 @@
]]></jsp:scriptlet>
<jsp:scriptlet><![CDATA[
+ renderPages(context,component,dataTable);
UIComponent pagesFacet = component.getFacet("pages");
if (pagesFacet !=null && pagesFacet.isRendered()) {
- renderPages(context,component,dataTable);
]]></jsp:scriptlet>
<td>
<jsp:scriptlet><![CDATA[
17 years, 2 months
JBoss Rich Faces SVN: r3529 - trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp.
by richfaces-svn-commits@lists.jboss.org
Author: maksimkaszynski
Date: 2007-10-25 08:55:56 -0400 (Thu, 25 Oct 2007)
New Revision: 3529
Modified:
trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/IncludeTag.java
Log:
http://jira.jboss.com/jira/browse/RF-999
Modified: trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/IncludeTag.java
===================================================================
--- trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/IncludeTag.java 2007-10-25 12:48:02 UTC (rev 3528)
+++ trunk/ui/core/src/main/java/org/ajax4jsf/taglib/html/jsp/IncludeTag.java 2007-10-25 12:55:56 UTC (rev 3529)
@@ -23,6 +23,9 @@
import java.io.IOException;
+import javax.el.ELException;
+import javax.el.ValueExpression;
+import javax.faces.FacesException;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.servlet.RequestDispatcher;
@@ -135,13 +138,13 @@
}
}
- private String viewId;
+ private ValueExpression viewId;
/**
* @param viewId
* the viewId to set
*/
- public void setViewId(String viewId) {
+ public void setViewId(ValueExpression viewId) {
this.viewId = viewId;
}
@@ -162,7 +165,24 @@
*/
protected void setProperties(UIComponent component) {
super.setProperties(component);
- setStringProperty(component, "viewId", viewId);
+ UIInclude include = (UIInclude) component;
+ if (this.viewId != null) {
+ if (this.viewId.isLiteralText()) {
+ try {
+
+ String value = (String) getFacesContext().getApplication()
+ .getExpressionFactory().coerceToType(
+ this.viewId.getExpressionString(),
+ String.class);
+
+ include.setViewId(value);
+ } catch (ELException e) {
+ throw new FacesException(e);
+ }
+ } else {
+ component.setValueExpression("value", this.viewId);
+ }
+ }
}
/*
17 years, 2 months
JBoss Rich Faces SVN: r3528 - trunk/ui/datascroller/src/main/templates/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2007-10-25 08:48:02 -0400 (Thu, 25 Oct 2007)
New Revision: 3528
Modified:
trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
set up pageIndexVar value not only then pages facet exist (RF-1244)
Modified: trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
--- trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-10-25 12:43:45 UTC (rev 3527)
+++ trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-10-25 12:48:02 UTC (rev 3528)
@@ -185,9 +185,9 @@
]]></jsp:scriptlet>
<jsp:scriptlet><![CDATA[
+ renderPages(context,component,dataTable);
UIComponent pagesFacet = component.getFacet("pages");
if (pagesFacet !=null && pagesFacet.isRendered()) {
- renderPages(context,component,dataTable);
]]></jsp:scriptlet>
<td>
<jsp:scriptlet><![CDATA[
17 years, 2 months