Ke Deng <laniqi <at> yahoo.com> writes: > There is a example for RenderBlock component which > nested contain another component named TabPanel > component.When i try this example,i encounter a > problem for TabPanel component.There is no definition > for "getBlockNames()" in codes for TabPanel.java.
It's a bug in the example. It should be getBlockIds(). Please file a bug report at http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10573 > 1.In TabPanel.jwc,TabPanel component is defined for > not allow informal-parameters and there is no > parameter "blockNames",but why use it in TabTest.html? > 2.If may use blockNames,how to define getBlockNames() > in TabPanel.java? As said above, it should be blockIds. > 3.Why TabPanel is not an implicit component for > Tapestry? No idea about this one. -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
