JBoss Rich Faces SVN: r2377 - trunk/test-applications/facelets/src/main/webapp/Tooltip.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 09:35:33 -0400 (Tue, 21 Aug 2007)
New Revision: 2377
Modified:
trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-646
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-08-21 13:35:19 UTC (rev 2376)
+++ trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-08-21 13:35:33 UTC (rev 2377)
@@ -54,7 +54,7 @@
mode="#{tooltip.mode}" delay="#{tooltip.delay}" layout="#{tooltip.layout}"
horizontalOffset="#{tooltip.horizontalOffset}"
verticalOffset="#{tooltip.verticalOffset}"
- followmouse="#{tooltip.followMouse}"
+ followMouse="#{tooltip.followMouse}"
direction="#{tooltip.direction}" style="#{tooltip.style}"
disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}">
<h:graphicImage id="pricsID" value="/pics/ajax_process.gif"></h:graphicImage>
18 years, 8 months
JBoss Rich Faces SVN: r2376 - trunk/test-applications/jsp/src/main/webapp/Tooltip.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 09:35:19 -0400 (Tue, 21 Aug 2007)
New Revision: 2376
Modified:
trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp
Log:
http://jira.jboss.com/jira/browse/RF-646
Modified: trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp 2007-08-21 12:55:30 UTC (rev 2375)
+++ trunk/test-applications/jsp/src/main/webapp/Tooltip/Tooltip.jsp 2007-08-21 13:35:19 UTC (rev 2376)
@@ -9,6 +9,8 @@
</head>
<body>
<h:form>
+ <h:messages />
+
<h:outputText value="DEFAULT VALUE:"></h:outputText>
<f:verbatim>
@@ -46,13 +48,13 @@
<f:verbatim>
<br />
</f:verbatim>
-
+
<rich:panel style="width:50px; height:50px; background-color: gray">
- <rich:toolTip id="tooltipID" value="#{tooltip.value}"
+ <rich:toolTip id="tooltipID" value="#{tooltip.value}"
mode="#{tooltip.mode}" delay="#{tooltip.delay}" layout="#{tooltip.layout}"
horizontalOffset="#{tooltip.horizontalOffset}"
verticalOffset="#{tooltip.verticalOffset}"
- followmouse="#{tooltip.followMouse}"
+ followMouse="#{tooltip.followMouse}"
direction="#{tooltip.direction}" style="#{tooltip.style}"
disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}">
<h:graphicImage id="pricsID" value="/pics/ajax_process.gif"></h:graphicImage>
18 years, 8 months
JBoss Rich Faces SVN: r2375 - trunk/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-21 08:55:30 -0400 (Tue, 21 Aug 2007)
New Revision: 2375
Modified:
trunk/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
Log:
renamed component scrollableDataTable
Modified: trunk/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
===================================================================
--- trunk/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-08-21 12:34:27 UTC (rev 2374)
+++ trunk/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-08-21 12:55:30 UTC (rev 2375)
@@ -37,15 +37,15 @@
message= richMisc, Message, /images/ico_common.gif, /images/cn_Message.gif, RichFacesComponentsLibrary.html#message, jbossrichfaces/freezone/docs/tlddoc/rich/message.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIMessage.html, /richfaces/comingSoon.jsf
messages= richMisc, Messages, /images/ico_common.gif, /images/cn_Messages.gif, RichFacesComponentsLibrary.html#messages, jbossrichfaces/freezone/docs/tlddoc/rich/messages.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIMessages.html, /richfaces/comingSoon.jsf
virtualEarth= richMisc, Virtual Earth, /images/ico_VirtualEarth.gif, /images/cn_VirtualEarth.gif, RichFacesComponentsLibrary.html#virtualEarth, jbossrichfaces/freezone/docs/tlddoc/rich/virtualEarth.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIVirtualEarth.html, /richfaces/comingSoon.jsf
-insert= richMisc, Insert, /images/ico_common.gif, /images/cn_insert.gif, RichFacesComponentsLibrary.html#insert, jbossrichfaces/freezone/docs/tlddoc/rich/insert.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIInsert.html, /richfaces/insert.jsf
-scrollableGrid= richDataIterators, Scrollable Data Grid, /images/ico_common.gif, /images/cn_ScrollableDataGrid.gif, RichFacesComponentsLibrary.html#scrollableGrid, jbossrichfaces/freezone/docs/tlddoc/rich/scrollableGrid, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIScrollableGrid.html, /richfaces/comingSoon.jsf
+insert= richMisc, Insert, /images/ico_common.gif, /images/cn_insert.gif, RichFacesComponentsLibrary.html#insert, jbossrichfaces/freezone/docs/tlddoc/rich/insert.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIInsert.html, /richfaces/insert.jsf
+scrollableDataTable= richDataIterators, Scrollable Data Table, /images/ico_common.gif, /images/cn_ScrollableDataTable.gif, RichFacesComponentsLibrary.html#scrollableDataTable, jbossrichfaces/freezone/docs/tlddoc/rich/scrollableDataTable, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIscrollableDataTable.html, /richfaces/comingSoon.jsf
ajaxattributes= ajaxSupport, Ajax Attributes, /images/ico_common.gif, /images/cn_ajaxAttributes.gif, ArchitectureOverview.html, jbossajax4jsf/freezone/docs/tlddoc/overview-summary.html, jbossajax4jsf/freezone/docs/apidoc/overview-summary.html, /richfaces/ajaxAttributes.jsf
actionparam= ajaxSupport, Action Parameter, /images/ico_common.gif, /images/cn_actionParameter.gif, RichFacesComponentsLibrary.html#actionparam, jbossajax4jsf/freezone/docs/tlddoc/a4j/actionparam.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIActionParameter.html, /richfaces/actionparam.jsf
commandButton= ajaxSupport, Command Button, /images/ico_common.gif, /images/cn_commandButton.gif, RichFacesComponentsLibrary.html#commandButton, jbossajax4jsf/freezone/docs/tlddoc/a4j/commandButton.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxCommandButton.html, /richfaces/commandButton.jsf
commandLink= ajaxSupport, Command Link, /images/ico_common.gif, /images/cn_commandLink.gif, RichFacesComponentsLibrary.html#commandLink, jbossajax4jsf/freezone/docs/tlddoc/a4j/commandLink.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxCommandLink.html, /richfaces/commandLink.jsf
form= ajaxSupport, Ajax Form, /images/ico_common.gif, /images/cn_ajaxForm.gif, RichFacesComponentsLibrary.html#form, jbossajax4jsf/freezone/docs/tlddoc/a4j/form.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxForm.html, /richfaces/form.jsf
support= ajaxSupport, Ajax Support, /images/ico_common.gif, /images/cn_ajaxSupport.gif, RichFacesComponentsLibrary.html#support, jbossajax4jsf/freezone/docs/tlddoc/a4j/support.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxSupport.html, /richfaces/support.jsf
-jsFunction= ajaxSupport, JS Function, /images/ico_common.gif, /images/cn_jsFunction.gif, RichFacesComponentsLibrary.html#jsFunction, jbossajax4jsf/freezone/docs/tlddoc/a4j/jsFunction.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxFunction.html, /richfaces/jsFunction.jsf
+jsFunction= ajaxSupport, JS Function, /images/ico_common.gif, /images/cn_jsFunction.gif, RichFacesComponentsLibrary.html#jsFunction, jbossajax4jsf/freezone/docs/tlddoc/a4j/jsFunction.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxFunction.html, /richfaces/jsFunction.jsf
poll= ajaxSupport, Poll, /images/ico_common.gif, /images/cn_poll.gif, RichFacesComponentsLibrary.html#poll, jbossajax4jsf/freezone/docs/tlddoc/a4j/poll.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIPoll.html, /richfaces/poll.jsf
push= ajaxSupport, Push, /images/ico_common.gif, /images/cn_push.gif, RichFacesComponentsLibrary.html#push, jbossajax4jsf/freezone/docs/tlddoc/a4j/push.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIPush.html, /richfaces/comingSoon.jsf
status= ajaxSupport, Status, /images/ico_common.gif, /images/cn_status.gif, RichFacesComponentsLibrary.html#status, jbossajax4jsf/freezone/docs/tlddoc/a4j/status.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxStatus.html, /richfaces/status.jsf
@@ -55,7 +55,7 @@
loadScript= ajaxResources, Script, /images/ico_common.gif, /images/cn_Script.gif, RichFacesComponentsLibrary.html#loadScript, jbossajax4jsf/freezone/docs/tlddoc/a4j/loadScript.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIResource.html, /richfaces/script.jsf
loadStyle= ajaxResources, Style, /images/ico_common.gif, /images/cn_Style.gif, RichFacesComponentsLibrary.html#loadStyle, jbossajax4jsf/freezone/docs/tlddoc/a4j/loadStyle.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIResource.html, /richfaces/style.jsf
keepAlive= ajaxResources, Keep Alive, /images/ico_common.gif, /images/cn_KeepAlive.gif, RichFacesComponentsLibrary.html#keepAlive, jbossajax4jsf/freezone/docs/tlddoc/a4j/keepAlive.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/taglib/html/jsp/KeepAliveTag.html, /richfaces/keepAlive.jsf
-include= ajaxOutput, Include, /images/ico_common.gif, /images/cn_include2.gif, RichFacesComponentsLibrary.html#include, jbossajax4jsf/freezone/docs/tlddoc/a4j/include.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIInclude.html, /richfaces/include.jsf
+include= ajaxOutput, Include, /images/ico_common.gif, /images/cn_include2.gif, RichFacesComponentsLibrary.html#include, jbossajax4jsf/freezone/docs/tlddoc/a4j/include.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIInclude.html, /richfaces/include.jsf
mediaOutput= ajaxOutput, Media Output, /images/ico_common.gif, /images/cn_MediaOutput.gif, RichFacesComponentsLibrary.html#mediaOutput, jbossajax4jsf/freezone/docs/tlddoc/a4j/mediaOutput.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/resource/UIMediaOutput.html, /richfaces/mediaOutput.jsf
outputPanel= ajaxOutput, Output Panel, /images/ico_common.gif, /images/cn_OutputPanel.gif, RichFacesComponentsLibrary.html#outputPanel, jbossajax4jsf/freezone/docs/tlddoc/a4j/outputPanel.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/UIAjaxOutputPanel.html, /richfaces/outputPanel.jsf
repeat= richDataIterators, Repeat, /images/ico_common.gif, /images/cn_Repeat.gif, RichFacesComponentsLibrary.html#repeat, jbossajax4jsf/freezone/docs/tlddoc/a4j/repeat.html, jbossajax4jsf/freezone/docs/apidoc/org/ajax4jsf/ajax/repeat/UIRepeat.html, /richfaces/comingSoon.jsf
18 years, 8 months
JBoss Rich Faces SVN: r2374 - trunk/docs/userguide.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-21 08:34:27 -0400 (Tue, 21 Aug 2007)
New Revision: 2374
Modified:
trunk/docs/userguide/pom.xml
Log:
changed finalName for html_single version
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-08-21 12:32:07 UTC (rev 2373)
+++ trunk/docs/userguide/pom.xml 2007-08-21 12:34:27 UTC (rev 2374)
@@ -565,7 +565,7 @@
false
</imagePathSettingRequired>
<finalName>
- richfaces_reference.html
+ index.html
</finalName>
</format>
18 years, 8 months
JBoss Rich Faces SVN: r2373 - trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/media.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-08-21 08:32:07 -0400 (Tue, 21 Aug 2007)
New Revision: 2373
Modified:
trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/media/MediaBean.java
Log:
Missing MediaData added
Modified: trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/media/MediaBean.java
===================================================================
--- trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/media/MediaBean.java 2007-08-21 12:32:05 UTC (rev 2372)
+++ trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/media/MediaBean.java 2007-08-21 12:32:07 UTC (rev 2373)
@@ -1,13 +1,53 @@
package org.richfaces.demo.media;
+import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.OutputStream;
+import java.io.Serializable;
+
import javax.imageio.ImageIO;
public class MediaBean {
+ /**
+ * Created 21.08.2007
+ * @author Nick Belaevski
+ * @since 3.1
+ */
+
+ public static class MediaData implements Serializable {
+ private int width;
+ private int height;
+ private Color background;
+ private Color drawColor;
+ public int getWidth() {
+ return width;
+ }
+ public void setWidth(int width) {
+ this.width = width;
+ }
+ public int getHeight() {
+ return height;
+ }
+ public void setHeight(int height) {
+ this.height = height;
+ }
+ public Color getBackground() {
+ return background;
+ }
+ public void setBackground(Color background) {
+ this.background = background;
+ }
+ public Color getDrawColor() {
+ return drawColor;
+ }
+ public void setDrawColor(Color drawColor) {
+ this.drawColor = drawColor;
+ }
+ }
+
public void paint(OutputStream out, Object data) throws IOException{
if (data instanceof MediaData) {
18 years, 8 months
JBoss Rich Faces SVN: r2372 - trunk/test-applications/facelets/src/main/webapp/Paint2D.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 08:32:05 -0400 (Tue, 21 Aug 2007)
New Revision: 2372
Modified:
trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
Log:
update
Modified: trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-08-21 12:31:42 UTC (rev 2371)
+++ trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-08-21 12:32:05 UTC (rev 2372)
@@ -10,12 +10,8 @@
href="#{facesContext.externalContext.requestContextPath}/styles/styles.css"
type="text/css" />
</head>
+ <body>
<h:form>
- <rich:panel>
- <h:selectOneRadio binding="#{skinBean.component}" />
- <h:commandLink action="#{skinBean.change}" value="set skin" />
- </rich:panel>
-
<rich:paint2D id="paint2d" paint="#{paint2D.paint}"
data="#{paintData}" width="#{paint2D.width}"
height="#{paint2D.height}" align="#{paint2D.align}"
@@ -97,5 +93,6 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
+ </body>
</f:view>
</html>
18 years, 8 months
JBoss Rich Faces SVN: r2371 - in trunk/test-applications/facelets/src/main: java/insert and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 08:31:42 -0400 (Tue, 21 Aug 2007)
New Revision: 2371
Added:
trunk/test-applications/facelets/src/main/java/insert/
trunk/test-applications/facelets/src/main/java/insert/Insert.java
trunk/test-applications/facelets/src/main/webapp/Insert/
trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
trunk/test-applications/facelets/src/main/webapp/Insert/test.html
trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Insert.xml
Log:
add new component "insert"
Added: trunk/test-applications/facelets/src/main/java/insert/Insert.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/insert/Insert.java (rev 0)
+++ trunk/test-applications/facelets/src/main/java/insert/Insert.java 2007-08-21 12:31:42 UTC (rev 2371)
@@ -0,0 +1,28 @@
+package insert;
+
+public class Insert {
+ private String highlight;
+ private String rendered;
+
+ public Insert() {
+ //info = "no";
+ highlight = "";
+ rendered = "true";
+ }
+
+ public String getRendered() {
+ return rendered;
+ }
+
+ public void setRendered(String rendered) {
+ this.rendered = rendered;
+ }
+
+ public String getHighlight() {
+ return highlight;
+ }
+
+ public void setHighlight(String highlight) {
+ this.highlight = highlight;
+ }
+}
Added: trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml (rev 0)
+++ trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml 2007-08-21 12:31:42 UTC (rev 2371)
@@ -0,0 +1,33 @@
+<!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="http://richfaces.org/a4j"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich">
+<f:view>
+ <head>
+ </head>
+ <body>
+ <h:form>
+ <h:messages />
+ <h:outputText value="include test.html: " />
+ <rich:spacer></rich:spacer>
+ <rich:insert id="insertID" rendered="#{insert.rendered}"
+ src="/Insert/test.html"></rich:insert>
+
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+
+ <h:outputText value="Rendered:" />
+ <h:selectBooleanCheckbox value="#{insert.rendered}" />
+
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+
+ <h:commandLink value="Back" action="main"></h:commandLink>
+ </h:form>
+ </body>
+</f:view>
+</html>
\ No newline at end of file
Added: trunk/test-applications/facelets/src/main/webapp/Insert/test.html
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Insert/test.html (rev 0)
+++ trunk/test-applications/facelets/src/main/webapp/Insert/test.html 2007-08-21 12:31:42 UTC (rev 2371)
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ </head>
+ <body>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ </body>
+</html>
Added: trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Insert.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Insert.xml (rev 0)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Insert.xml 2007-08-21 12:31:42 UTC (rev 2371)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
+ "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
+<faces-config>
+ <managed-bean>
+ <managed-bean-name>insert</managed-bean-name>
+ <managed-bean-class>insert.Insert</managed-bean-class>
+ <managed-bean-scope>session</managed-bean-scope>
+ </managed-bean>
+</faces-config>
18 years, 8 months
JBoss Rich Faces SVN: r2370 - in trunk/test-applications/jsp/src/main: java/insert and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 08:30:33 -0400 (Tue, 21 Aug 2007)
New Revision: 2370
Added:
trunk/test-applications/jsp/src/main/java/insert/
trunk/test-applications/jsp/src/main/java/insert/Insert.java
trunk/test-applications/jsp/src/main/webapp/Insert/
trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp
trunk/test-applications/jsp/src/main/webapp/Insert/test.html
Log:
Added: trunk/test-applications/jsp/src/main/java/insert/Insert.java
===================================================================
--- trunk/test-applications/jsp/src/main/java/insert/Insert.java (rev 0)
+++ trunk/test-applications/jsp/src/main/java/insert/Insert.java 2007-08-21 12:30:33 UTC (rev 2370)
@@ -0,0 +1,28 @@
+package insert;
+
+public class Insert {
+ private String highlight;
+ private String rendered;
+
+ public Insert() {
+ //info = "no";
+ highlight = "";
+ rendered = "true";
+ }
+
+ public String getRendered() {
+ return rendered;
+ }
+
+ public void setRendered(String rendered) {
+ this.rendered = rendered;
+ }
+
+ public String getHighlight() {
+ return highlight;
+ }
+
+ public void setHighlight(String highlight) {
+ this.highlight = highlight;
+ }
+}
Added: trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp (rev 0)
+++ trunk/test-applications/jsp/src/main/webapp/Insert/Insert.jsp 2007-08-21 12:30:33 UTC (rev 2370)
@@ -0,0 +1,34 @@
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
+ <html>
+ <head>
+ <title></title>
+ </head>
+
+ <body>
+ <h:form>
+ <h:messages />
+ <h:outputText value="include test.html: " />
+ <rich:spacer></rich:spacer>
+ <rich:insert id="insertID" rendered="#{insert.rendered}"
+ src="/Insert/test.html"></rich:insert>
+
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+
+ <h:outputText value="Rendered:" />
+ <h:selectBooleanCheckbox value="#{insert.rendered}" />
+
+ <f:verbatim>
+ <br />
+ </f:verbatim>
+
+ <h:commandLink value="Back" action="main"></h:commandLink>
+ </h:form>
+ </body>
+ </html>
+</f:view>
\ No newline at end of file
Added: trunk/test-applications/jsp/src/main/webapp/Insert/test.html
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Insert/test.html (rev 0)
+++ trunk/test-applications/jsp/src/main/webapp/Insert/test.html 2007-08-21 12:30:33 UTC (rev 2370)
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ </head>
+ <body>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ html page
+ <br>
+ </body>
+</html>
18 years, 8 months
JBoss Rich Faces SVN: r2369 - trunk/test-applications/jsp/src/main/webapp/WEB-INF.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 08:29:55 -0400 (Tue, 21 Aug 2007)
New Revision: 2369
Added:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Insert.xml
Log:
add new component "insert"
Added: trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Insert.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Insert.xml (rev 0)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/faces-config-Insert.xml 2007-08-21 12:29:55 UTC (rev 2369)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
+ "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
+<faces-config>
+ <managed-bean>
+ <managed-bean-name>insert</managed-bean-name>
+ <managed-bean-class>insert.Insert</managed-bean-class>
+ <managed-bean-scope>session</managed-bean-scope>
+ </managed-bean>
+</faces-config>
18 years, 8 months
JBoss Rich Faces SVN: r2368 - in trunk/test-applications/facelets/src/main/webapp: pages and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-21 08:28:20 -0400 (Tue, 21 Aug 2007)
New Revision: 2368
Modified:
trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml
trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
Log:
add new component "insert"
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml 2007-08-21 12:28:14 UTC (rev 2367)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config.xml 2007-08-21 12:28:20 UTC (rev 2368)
@@ -104,6 +104,10 @@
<from-outcome>Effect</from-outcome>
<to-view-id>/Effect/Effect.xhtml</to-view-id>
</navigation-case>
+ <navigation-case>
+ <from-outcome>Insert</from-outcome>
+ <to-view-id>/Insert/Insert.xhtml</to-view-id>
+ </navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/Panel/Panel.xhtml</from-view-id>
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2007-08-21 12:28:14 UTC (rev 2367)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2007-08-21 12:28:20 UTC (rev 2368)
@@ -33,7 +33,7 @@
</context-param>
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
- <param-value>/WEB-INF/faces-config-Panel.xml,/WEB-INF/faces-config-PanelBar.xml,/WEB-INF/faces-config-TabPanel.xml,/WEB-INF/faces-config-TogglePanel.xml,/WEB-INF/faces-config-Paint2D.xml,/WEB-INF/faces-config-InputNumberSlider.xml,/WEB-INF/faces-config-InputNumberSpinner.xml,/WEB-INF/faces-config-DDMenu.xml,/WEB-INF/faces-config-Tree.xml,/WEB-INF/faces-config-PanelMenu.xml,/WEB-INF/faces-config-Icon.xml,/WEB-INF/faces-config-ModalPanel.xml,/WEB-INF/faces-config-tooltip.xml,/WEB-INF/faces-config-Skin.xml,/WEB-INF/faces-config-Calendar.xml,/WEB-INF/faces-config-Gmap.xml,/WEB-INF/faces-config-DataFilterSlider.xml,/WEB-INF/faces-config-Separator.xml,/WEB-INF/faces-config-Spacer.xml,/WEB-INF/faces-config-ToolBar.xml,/WEB-INF/faces-config-DataScroller.xml,/WEB-INF/faces-config-DradAbdDrop.xml,/WEB-INF/faces-config-SuggestionBox.xml,/WEB-INF/faces-config-Message.xml,/WEB-INF/faces-config-VirtualEarth.xml,/WEB-INF/faces-config-Effect.xml</param-value>
+ <param-value>/WEB-INF/faces-config-Panel.xml,/WEB-INF/faces-config-PanelBar.xml,/WEB-INF/faces-config-TabPanel.xml,/WEB-INF/faces-config-TogglePanel.xml,/WEB-INF/faces-config-Paint2D.xml,/WEB-INF/faces-config-InputNumberSlider.xml,/WEB-INF/faces-config-InputNumberSpinner.xml,/WEB-INF/faces-config-DDMenu.xml,/WEB-INF/faces-config-Tree.xml,/WEB-INF/faces-config-PanelMenu.xml,/WEB-INF/faces-config-Icon.xml,/WEB-INF/faces-config-ModalPanel.xml,/WEB-INF/faces-config-tooltip.xml,/WEB-INF/faces-config-Skin.xml,/WEB-INF/faces-config-Calendar.xml,/WEB-INF/faces-config-Gmap.xml,/WEB-INF/faces-config-DataFilterSlider.xml,/WEB-INF/faces-config-Separator.xml,/WEB-INF/faces-config-Spacer.xml,/WEB-INF/faces-config-ToolBar.xml,/WEB-INF/faces-config-DataScroller.xml,/WEB-INF/faces-config-DradAbdDrop.xml,/WEB-INF/faces-config-SuggestionBox.xml,/WEB-INF/faces-config-Message.xml,/WEB-INF/faces-config-VirtualEarth.xml,/WEB-INF/faces-config-Effect.xml,/WEB-INF/faces-config-Insert.xml</param-va!
lue>
</context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
Modified: trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2007-08-21 12:28:14 UTC (rev 2367)
+++ trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2007-08-21 12:28:20 UTC (rev 2368)
@@ -44,6 +44,7 @@
<h:commandLink value="Calendar" action="Calendar"></h:commandLink>
<h:commandLink value="Message" action="Message"></h:commandLink>
<h:commandLink value="Effect" action="Effect"></h:commandLink>
+ <h:commandLink value="Insert" action="Insert"></h:commandLink>
</h:panelGrid>
</rich:panel>
</h:form>
18 years, 8 months