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 SebastianHennebrueder:
http://wiki.apache.org/tapestry/Tapestry5HowTos

------------------------------------------------------------------------------
   * ["Tapestry5HowToDecorateService"] - An example of a simple service 
decorator
  
  ===== Binding Prefixes =====
- 
+ Bindings are used in templates ''${message:myMessageKey}'' or as attribute to 
components ''<t:mycomponent value="literal:Hello world"/>'' to access message 
in resource bundles, properties, pass String literals and many more. 
+ The following pages explain how to write your own bindings.
   * ["Tapestry5HowToAddBindingPrefix"] - An example of a list: binding prefix. 
Useful for Action/Event/!PageLink context etc.
   * ["Tapestry5HowToAddMapBindingPrefix"] - An example of a map: binding 
prefix. Useful for supplying key=value pairs to components.
   * ["Tapestry5HowToAddBindingPrefixCycle"] - An example of an cycle: binding 
prefix. Makes zebra effect simple to do {{{<t:grid ....  
rowClass="cycle:line1,line2">}}}
@@ -58, +59 @@

   * ["Tapestry5HowToDomainLevelLocalization"] - An example of how to overwrite 
the Locale domain-dependent
  
  ==== General ====
+  * ["Tapestry5HowToFormatDateTimeEtc"] - How to format Date, Time, 
timestamps, Decimals, Numbers, Currencies
   * ["Tapestry5LocalizedDateField"] - How to create a localized !DateField for 
!BeanModel.
   * ["Tapestry5OutputtingRawHtml"] - How to output raw, unfiltered HTML
   * ["Tapestry5LinkingToNonTapestryURIs"] - How to link to non-Tapestry URIs 
(useful for Acegi integration)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to