Bugs item #582614, was opened at 2002-07-17 15:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=582614&group_id=4754

Category: Tapestry
Group: bug
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Richard Lewis-Shell (rlewisshell)
Assigned to: Richard Lewis-Shell (rlewisshell)
Summary: ValidField doesn't call getValidator()

Initial Comment:
ValidField does not call getValidator() to find its validator 
object which means that ValidatingTextField's 
getValidator() method is never called, which means that 
ValidField throws a NullPointerException on line 312 in 
readValue() when trying to use ValidatingTextField.  
(and I expect the same thing will happen on line 327 in 
updateValue())

This is Tapestry 2.1 BTW.

----------------------------------------------------------------------

Comment By: Richard Lewis-Shell (rlewisshell)
Date: 2002-10-01 17:14

Message:
Logged In: YES 
user_id=167696

CVS version 1.13 ([602881]) has reintroduced this problem in 
updateValue() and beforeCloseTag()

----------------------------------------------------------------------

Comment By: Richard Lewis-Shell (rlewisshell)
Date: 2002-07-18 12:10

Message:
Logged In: YES 
user_id=167696

oops - and line 314 as well

----------------------------------------------------------------------

Comment By: Richard Lewis-Shell (rlewisshell)
Date: 2002-07-18 11:47

Message:
Logged In: YES 
user_id=167696

This seems to be fixed by simply replacing "validator" 
with "getValidator()" on lines 312, and 327.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=582614&group_id=4754


-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to