Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by SvenHomburg: http://wiki.apache.org/tapestry/Tapestry5LocalizedDateField ------------------------------------------------------------------------------ format.date.picker : %d.%m.%Y }}} [[BR]] - add the class in your page subpackage + add the class '''!AppPropertyEditBlocks''' in your page subpackage {{{ public class AppPropertyEditBlocks { @@ -69, +69 @@ } }}} [[BR]] - add the tml-template in your page subpackage + add the tml-template '''!AppPropertyEditBlocks.tml''' in your page subpackage {{{ <div xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> @@ -81, +81 @@ </div> }}} [[BR]] - add to your IoC configuration the contributeBeanBlockSource method like this: + add to your IoC configuration the '''contributeBeanBlockSource''' method like this: {{{ public class Tap5ComponentsModule { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
