Author: andrei_exadel
Date: 2008-02-04 10:01:00 -0500 (Mon, 04 Feb 2008)
New Revision: 5781
Modified:
trunk/sandbox/samples/progressBarDemo/pom.xml
trunk/sandbox/samples/progressBarDemo/src/main/webapp/index.jsp
trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp
Log:
Modified: trunk/sandbox/samples/progressBarDemo/pom.xml
===================================================================
--- trunk/sandbox/samples/progressBarDemo/pom.xml 2008-02-04 14:51:07 UTC (rev 5780)
+++ trunk/sandbox/samples/progressBarDemo/pom.xml 2008-02-04 15:01:00 UTC (rev 5781)
@@ -35,5 +35,7 @@
<artifactId>skins</artifactId>
<version>${project.version}</version>
</dependency>
+
+
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/sandbox/samples/progressBarDemo/src/main/webapp/index.jsp
===================================================================
--- trunk/sandbox/samples/progressBarDemo/src/main/webapp/index.jsp 2008-02-04 14:51:07
UTC (rev 5780)
+++ trunk/sandbox/samples/progressBarDemo/src/main/webapp/index.jsp 2008-02-04 15:01:00
UTC (rev 5781)
@@ -1,12 +1,2 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<jsp:forward page="faces/pages/index.jsp"/>
-<html>
-
-<head></head>
-
- <body>
- <a href="faces/pages/index.jsp">JSP</a><br/>
- <a href="faces/pages/index.xhtml">XHTML</a>
- </body>
-
-</html>
\ No newline at end of file
Modified: trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp 2008-02-04
14:51:07 UTC (rev 5780)
+++ trunk/sandbox/samples/progressBarDemo/src/main/webapp/pages/index.jsp 2008-02-04
15:01:00 UTC (rev 5781)
@@ -31,11 +31,11 @@
<h:form>
<progressBar:progressBar value="#{bean.value}"
enabled="#{bean.enabled}" id="progrs"
interval="700"
- reRender="per1"
styleClass="main"
reRenderAfterComplete="per2"
mode="#{bean.modeString}"
progressVar="percent"
+ parameters="text:'crack'"
style="width: 300px; height: 14px"
<f:facet name="initial">
@@ -44,7 +44,7 @@
<f:facet name="complete">
<h:outputText value="Process completed"></h:outputText>
</f:facet>
- <h:outputText value="{value}%" style="font-size: 10px; color:
brown"></h:outputText>
+ <h:outputText style="color: green"
value="{value}%"></h:outputText>
</progressBar:progressBar>
<br clear="all"/>
<table><tr>