Nice!
Looking good now; no more issues on that page. I'll report back if I encounter any more issues.
What class is used as the base of the hierarchy?
I'm mostly asking because it fails in cases where I have static inner classes. In those cases, the hierarchy should base itself on that inner class.
Screenshot of https://github.com/Lamentum/JLibs/blob/1.3-maint/wayward/src/main/java/com/lyndir/lhunath/lib/wayward/component/TextWindow.java
With hierarchy shown from cursor at highlighted line.
I've a page with a form in it. The markup is just a normal page with a form in it and components in the form. The java code is a normal page with a form added to it, but the form is an inner class of that page. The components inside the inner-class form are generating warnings in the markup.
So basically, WicketForge doesn't know where to find the components that are in the form from the java code. I realize this is a bit of an annoying case because I'm basically asking WicketForge to know that the form inner-class provides components for the form-elements in the markup bound under the component that the code binds an instance of my form-inner class to.
> Ok, this one is more complex to solve... -> add of new Component with
> assignment and chained adds...
I'm not sure what you're referring to here.
On 03 Jan 2011, at 21:39, Minas Manthos wrote:
> Ok, please try with new WicketForge-0.8.2.RESEARCH.3-SNAPSHOT
This snapshot seems to correctly deal with both cases I highlighted. Nice job!
I've heard reports that it doesn't work too well with fragments. Haven't tested myself.