Tapestry 5 Beaneditform and TextFlield

2008-05-06 Thread ice96

Hello,
I have simple question: I have extended TextField component with few new
futures (I called it Input), now I want to replace TextField component to my
Input component in BeanEditForm. Is it not painfull way without tapestry
corelib recompilation?
-- 
View this message in context: 
http://www.nabble.com/Tapestry-5-Beaneditform-and-TextFlield-tp17093611p17093611.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: Tapestry 5 Beaneditform and TextFlield

2008-05-06 Thread Howard Lewis Ship
It is possible; you must make your own contribution to the
BeanBlockOverrideSource service configuration.  In this way, you can
override how text data types are displayed or editted (or both).
Contibutions to BeanBlockOverrideSource do exactly that, override the
contributions to BeanBlockSource.

On Tue, May 6, 2008 at 3:23 PM, ice96 [EMAIL PROTECTED] wrote:

  Hello,
  I have simple question: I have extended TextField component with few new
  futures (I called it Input), now I want to replace TextField component to my
  Input component in BeanEditForm. Is it not painfull way without tapestry
  corelib recompilation?
  --
  View this message in context: 
 http://www.nabble.com/Tapestry-5-Beaneditform-and-TextFlield-tp17093611p17093611.html
  Sent from the Tapestry - User mailing list archive at Nabble.com.


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





-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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