These links don't actually do anything; they just test that the links are being set properly...view the source to get an idea of how the components are rendering (pretty printing is turned on for this example, so page generation may be a little slower). You can view the original template here


This is a simple form. Binding a BAction component to a form should cause the action attribute to get set


When we bind a BAction component to an <input> element, the form action should get modified, and the element should get renamed.


Here we bind a BLink component to a <button> element (which allows us to set the text).