The exception: # org.apache.tapestry.internal.structure.ComponentPageElementImpl.getEmbeddedElement(ComponentPageElementImpl.java:831) # org.apache.tapestry.internal.structure.PageImpl.getComponentElementByNestedId(PageImpl.java:83) # org.apache.tapestry.internal.services.ComponentSourceImpl.getComponent(ComponentSourceImpl.java:46) # org.apache.tapestry.corelib.components.Form.onAction(Form.java:362)
I view the Tapestry5.05 code. I don't understand why try to split component's id string by '.' It seem that Tapestry5.05 organize all components into a tree. I think all component's id is already identified by string. Tapestry should find the component by whole string "a.b.c" directly, it not necessary to track "a","b","c" netsted component. -- View this message in context: http://www.nabble.com/T5%3A-How-to-bind-composite-class%27-field%28like-sale.product.price%29-in-page-template-tf4395512.html#a12535559 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]