TextArea uses String type for value
-----------------------------------

         Key: TAPESTRY-686
         URL: http://issues.apache.org/jira/browse/TAPESTRY-686
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
 Environment: Tapestry 4.0-beta 9, Jetty, Java 5
    Reporter: Michael Koehrsen
    Priority: Minor


I'm trying to use TextArea with a translator that parses the input string to 
another class.  However, TextArea's value property is typed as String, so it 
tries to cast the object returned by a translator to String.  Seems like the 
value should be typed as Object and it should trust the translator to do the 
right thing, as in TextField.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to