TAPESTRY-1908

2016-03-19 Thread WILBERT Romain-ext
Hello, I disagree with the closing of this defect, because it could happen that the object type is defined at runtime: - the Property type of object parameter can be an interface - the object parameter can be instanciated on activation regarding activation context Why just

Re: render nested component

2016-03-19 Thread Chris Poulsen
Hi, Take a look at the Tapestry Tree component to see how recursive rendering can be done. -- Chris On Fri, Mar 18, 2016 at 6:17 AM, Qbyte Consulting wrote: > I am creating a Menu component (for a ul tag) that needs to > programmatically generate the child links.

Re: Tapestry ignoring expansions in HTML comments

2016-03-19 Thread David Diaz
Thank you! On Wed, Mar 16, 2016 at 7:35 PM, Lance Java wrote: > > http://tapestryjava.blogspot.co.uk/2013/12/tapestry-quicky-conditionalcomment.html > On 16 Mar 2016 5:42 a.m., "David Diaz" wrote: > > > Hi guys, > > > > I've been working at my

Re: exception during bind

2016-03-19 Thread Qbyte Consulting
I added a missing dependency, still IOC problems? --- exec-maven-plugin:1.2.1:exec (default-cli) @ ComplianceReports --- ioc.RegistryBuilder Adding module definition for class org.apache.tapestry5.ioc.services.TapestryIOCModule ioc.RegistryBuilder Adding module definition for class

Re: TAPESTRY-1908

2016-03-19 Thread Kalle Korhonen
I suspect you are talking about https://issues.apache.org/jira/browse/TAPESTRY-1908 instead of https://issues.apache.org/jira/browse/TAP5-1908? The actively worked T5 issues are in the TAP5 namespace. The former is a *nine years* old issue with a sample code to get it to do what you want.

render nested component

2016-03-19 Thread Qbyte Consulting
I am creating a Menu component (for a ul tag) that needs to programmatically generate the child links. I already have a MenuItem component, but this is parameter bound to a template, whereas now I need to programmatically drive the parameters. I either need to be able to create the existing

exception during bind

2016-03-19 Thread Qbyte Consulting
Exception in thread "main" java.lang.RuntimeException: Error invoking service binder method compliancereports.services.ComplianceReportsModule.bind(ServiceBinder) (at ComplianceReportsModule.java:65): Unresolved compilation problem: at