Author: mvitenkov
Date: 2008-05-13 03:02:06 -0400 (Tue, 13 May 2008)
New Revision: 8536
Modified:
trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp
Log:
addControlLabel="addControl"
clearAllControlLabel="clearAllControl"
cancelEntryControlLabel="cancelEntryControl"
clearControlLabel="clearControl"
doneLabel="done"
progressLabel="progress"
sizeErrorLabel="sizeError"
stopControlLabel="stopControl"
stopEntryControlLabel="stopEntryControl"
transferErrorLabel="transferError"
uploadControlLabel="uploadControl"
Modified: trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp 2008-05-13
06:21:19 UTC (rev 8535)
+++ trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp 2008-05-13
07:02:06 UTC (rev 8536)
@@ -11,7 +11,7 @@
disabled="#{fileUpload.disabled}"
autoclear="#{fileUpload.autoclear}"
required="#{fileUpload.required}"
- requiredMessage="#{fileUpload.requiredMessage}"
+ requiredMessage="#{item.fileName}"
rendered="#{fileUpload.rendered}"
listHeight="#{fileUpload.listHeight}"
listWidth="#{fileUpload.listWidth}"
@@ -57,7 +57,18 @@
immediateUpload="#{fileUpload.immediateUpload}"
locale="ru"
noDuplicate="#{fileUpload.noDuplicate}"
- tabindex="222">
+ tabindex="222"
+ addControlLabel="addControl"
+ clearAllControlLabel="clearAllControl"
+ cancelEntryControlLabel="cancelEntryControl"
+ clearControlLabel="clearControl"
+ doneLabel="done"
+ progressLabel="progress"
+ sizeErrorLabel="sizeError"
+ stopControlLabel="stopControl"
+ stopEntryControlLabel="stopEntryControl"
+ transferErrorLabel="transferError"
+ uploadControlLabel="uploadControl">
<f:facet name="label">
<h:outputText value="{_KB}KB from {KB}KB uploaded :[ {mm}:{ss}
]"></h:outputText>
</f:facet>
@@ -129,5 +140,6 @@
<h:outputText value="Uploaded data:"></h:outputText>
<h:outputText
value="#{fileUpload.changedLabel}"></h:outputText>
+
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date