[richfaces-svn-commits] JBoss Rich Faces SVN: r14202 - trunk/examples/photoalbum/source/web/src/main/webapp/WEB-INF/tags/templates.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed May 13 17:00:44 EDT 2009
Author: nbelaevski
Date: 2009-05-13 17:00:43 -0400 (Wed, 13 May 2009)
New Revision: 14202
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
Log:
Photoalbum: fixed false WARN status message
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml 2009-05-13 19:49:49 UTC (rev 14201)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml 2009-05-13 21:00:43 UTC (rev 14202)
@@ -23,7 +23,7 @@
<a4j:commandButton accesskey="#{accesskey}" ajaxSingle="#{ajaxSingle}" alt="#{alt}" type="image" image="/img/shell/spacer.gif"
actionListener="#{mappedActionListener}" action="#{mappedAction}" bypassUpdates="#{bypassUpdates}" data="#{data}" disabled="#{disabled}"
eventsQueue="#{eventsQueue}" focus="#{focus}" ignoreDupResponses="#{ignoreDupResponses}" immediate="#{immediate}" limitToList="#{limitToList}"
- onbeforedomupdate="#{onbeforedomupdate}" timeout="#{timeout}" tabindex="#{tabindex}" status="#{status}" similarityGroupingId="#{similarityGroupingId}"
+ onbeforedomupdate="#{onbeforedomupdate}" timeout="#{timeout}" tabindex="#{tabindex}" similarityGroupingId="#{similarityGroupingId}"
reRender="#{reRender}" requestDelay="#{requestDelay}" process="#{process}" oncomplete="#{oncomplete}"
onblur="#{onblur}" onclick="#{onclick}" ondblclick="#{ondblclick}" onfocus="#{onfocus}" onkeydown="#{onkeydown}" onkeypress="#{onkeypress}" onkeyup="#{onkeyup}"
onmousedown="#{onmousedown}" onmousemove="#{onmousemove}" onmouseout="#{onmouseout}" onmouseover="#{onmouseover}" onmouseup="#{onmouseup}" />
More information about the richfaces-svn-commits
mailing list