At first glance, seems like a fantastic idea!

On May 25, 2011, at 1:19 PM, Adam Zimowski wrote:

> Since Tapestry already does tricks to clean up URL naming redundancy,
> it would be nice if it did the same with the expression language. For
> example:
> 
> // Bean
> class Order {
> public String getOrderDescription() {...}
> }
> 
> // Page
> public Order getOrder() {
> //...
> }
> 
> // TML
> Instead of having to say this: ${order.orderDescription}
> 
> Perhaps this: ${order.description}
> 
> Yes? No?
> 
> Adam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


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

Reply via email to