On Mon, 05 Apr 2010 18:19:21 -0300, Pierce T. Wetter III <pie...@paceap.com> wrote:

Are these exactly the same or is there a subtle distinction between them?>
     <a  href="${url}"></a>

This is the same as ${prop:url}. The prop binding is the default one for expressions and for the majority of components' parameters.

     <a href="prop:url"></a>

I guess you meant <a href="${prop:url}"></a>.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, 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