Author: ilya_shaikovsky
Date: 2008-03-31 09:24:37 -0400 (Mon, 31 Mar 2008)
New Revision: 7466
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml
Log:
minor fixes
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml 2008-03-31
13:21:35 UTC (rev 7465)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/fileUpload/examples/fileUpload.xhtml 2008-03-31
13:24:37 UTC (rev 7466)
@@ -38,7 +38,7 @@
<h:panelGrid columns="2">
<a4j:mediaOutput element="img" mimeType="image/jpeg"
createContent="#{fileUploadBean.paint}" value="#{row}"
- style="width:50px; height:50px;" />
+ style="width:100px; height:100px;" />
<h:panelGrid columns="2">
<h:outputText value="File Name:" />
<h:outputText value="#{file.name}" />
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml 2008-03-31
13:21:35 UTC (rev 7465)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml 2008-03-31
13:24:37 UTC (rev 7466)
@@ -21,7 +21,7 @@
<ul>
<li>avoiding the aborting of the JSF lifecycle processing during the
validation of other
form input unnecessary for given ajax request;</li>
- <li>defining the different strategies when events will be deliveries
+ <li>defining the different strategies when events will be deliveried
(immediate="true/false")</li>
<li>showing an individual indicator of an ajax status</li>
<li>increasing the performance of the rendering processing
(selfRendered="true/false", renderRegionOnly="true/false")</li>
Show replies by date