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: [email protected]
For additional commands, e-mail: [email protected]