I have finally made it easy to use the equanda-tapestry5 components. They were already available but required getting the source from svn and compiling. Now you can just download the jar or use the dependency in maven. I have now baked an intermediate version to make it easier to use (without requiring a full equanda release).
These are not components which will make your applications more sexy. For now these are mainly oriented at usability of the tapestry application. More to come later on.
It contains the following components :
- Accordion :
- Tabs :
- FormTraversal :
- Truncate :
- FormActionLink (and Form) :
- other :
a typical accordion component.
A Tabs component which integrates nicely with FormTraversal (works perfectly fine without as well).
make the tab and enter keys more consistent, allow submitting default button using
shorter a string to something more limited, displaying the full text on mouseover.
a form aware version of ActionLink which submits the form so that the state is remembered when you go back.
there are a few translators (for double which allows both comma and dot as decimal separators) and for timestamp.
More details on the project site.