On Mon, 05 Nov 2012 14:49:43 -0200, membersound <memberso...@web.de> wrote:

Are you talking about thinks like <p:amountCell><t:if....> </p:amountCell>?

No.

That's what I meant, just omited the p-tags.
Or are there other "viewing blocks" of what you mentioned?
(http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/BeanEditForm.html)

Take a look here: http://tapestry.apache.org/beaneditform-guide.html, section Adding New Property Editors. It says about editing blocks, but you can use that documentation for providing new viewing blocks too. The differences is that you'll use PropertyOutputContext instead of PropertyEditContext and the last parameter of your contribution will be false instead of true.

--
Thiago H. de Paula Figueiredo

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

Reply via email to