ComponentWorld icon indicating copy to clipboard operation
ComponentWorld copied to clipboard

Compile error. CycleBindingFactory cannot be resolved

Open timcu opened this issue 12 years ago • 1 comments

src/main/java/org/apache/tapestry/unicorn/services/AppModule.java in back-to-maven branch refers to CycleBindingFactory but there is no source code for CycleBindingFactory class.

... import org.apache.tapestry.unicorn.bindings.CycleBindingFactory ... configuration.add("cycle",new CycleBindingFactory(bindingSource)); ...

timcu avatar Sep 17 '13 06:09 timcu

Sorry, that was a remnant from an experiment that I didn't mean to commit, and you can safely remove that from your copy of the code. I'll commit a fix soon.

Incidentally, the missing source code is at https://wiki.apache.org/tapestry/Tapestry5HowToAddBindingPrefixCycle

bobharner avatar Sep 20 '13 10:09 bobharner