You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/08/15 11:27:41 UTC

svn commit: r431564 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java

Author: bommel
Date: Tue Aug 15 02:27:40 2006
New Revision: 431564

URL: http://svn.apache.org/viewvc?rev=431564&view=rev
Log:
TOBAGO-74

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java?rev=431564&r1=431563&r2=431564&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ReloadTagDeclaration.java Tue Aug 15 02:27:40 2006
@@ -44,6 +44,6 @@
    * Time in milliseconds after which the parent component is automaticaly reloaded.
    */
   @TagAttribute
-  @UIComponentTagAttribute(type = "java.lang.Integer")
+  @UIComponentTagAttribute(type = "java.lang.Integer", defaultValue = "5000")
   void setFrequency(String frequency);
 }