On Fri, 27 Jan 2012 16:48:20 -0200, Josh Canfield <joshcanfi...@gmail.com> wrote:

Take a look here:
http://jumpstart.doublenegative.com.au/jumpstart/previews/withlayout/helloworld
It has an example of passing text to the layout as a parameter.

In addition, JumpStart also has a nice example of blocks and Delegate: http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/delegateandblocks. The other thing you'll use is the getBlockParameter(String name) method of ComponentResources (which you get by @Inject'ion) or just declare it as a parameter of type Block. Here's the "else" parameter declaration in the If component, for example:

@Parameter(name = "else", defaultPrefix = BindingConstants.LITERAL)
private Block elseBlock;

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to