[jira] Commented: (TOMAHAWK-934) Email validator allows whitespace

2007-03-18 Thread Christian Kaltepoth (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481941
 ] 

Christian Kaltepoth commented on TOMAHAWK-934:
--

This bug is caused by commons-validator prior to 1.3.0.

See: http://issues.apache.org/jira/browse/VALIDATOR-50

Upgrading commons-validator will fix this problem.

 Email validator allows whitespace
 -

 Key: TOMAHAWK-934
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-934
 Project: MyFaces Tomahawk
  Issue Type: Bug
  Components: Validators
Affects Versions: 1.1.5-SNAPSHOT
 Environment: Windows XP
 JBoss 4.0.5
Reporter: Daniel Ray

 Email validator allows white space in an email address i.e. 
 test(space)@email.com is considered valid.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (TOMAHAWK-934) Email validator allows whitespace

2007-03-18 Thread Cagatay Civici (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMAHAWK-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cagatay Civici resolved TOMAHAWK-934.
-

   Resolution: Won't Fix
Fix Version/s: 1.1.5-SNAPSHOT

Resolving as won't fix since this is a commons validator issue.

 Email validator allows whitespace
 -

 Key: TOMAHAWK-934
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-934
 Project: MyFaces Tomahawk
  Issue Type: Bug
  Components: Validators
Affects Versions: 1.1.5-SNAPSHOT
 Environment: Windows XP
 JBoss 4.0.5
Reporter: Daniel Ray
 Fix For: 1.1.5-SNAPSHOT


 Email validator allows white space in an email address i.e. 
 test(space)@email.com is considered valid.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOMAHAWK-935) Add 'decay' attribute to AutoUpdateDataTable

2007-03-18 Thread Christian Kaltepoth (JIRA)
Add 'decay' attribute to AutoUpdateDataTable


 Key: TOMAHAWK-935
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-935
 Project: MyFaces Tomahawk
  Issue Type: New Feature
  Components: AutoUpdateDataTable
Affects Versions: 1.1.5-SNAPSHOT
Reporter: Christian Kaltepoth
Priority: Minor


The attached patch adds support for the 'decay' attribute to 
AutoUpdateDataTable.
It defines the rate at which the request interval grows when the response is 
unchanged.

The decay feature was already part of Prototype's 'Ajax.PeriodicalUpdater' but 
was not 
accessible from the s:autoUpdateDataTable/ tag.

I think access to this feature will be quite useful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.