I have a parent detail view with a CustomerPage and an OrderPage. The CustomerPage shows all the orders with a @DirectLink to view order details in the OderPage that passes a single parm to a listener in CustomerPage. The listener gets an OrderPage instance and sets the Order and returns the OrderPage instance. This works fine I am just trying to do this with less plumbing...
Is it possible to have @DirectLink go directly to OrderPage without having to call a listener in CustomerPage? thanks, Glen PS I am using Tapestry 4 rc 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]