Re: Unable to Traverse with IVisitor: Some Class Names Have "$1" at the end

2012-11-01 Thread eugenebalt
Thanks. Working now. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Unable-to-Traverse-with-IVisitor-Some-Class-Names-Have-1-at-the-end-tp4653532p4653538.html Sent from the Users forum mailing list archive at Nabble.com

Re: Unable to Traverse with IVisitor: Some Class Names Have "$1" at the end

2012-11-01 Thread Alexander Cherednichenko
et.1842946.n4.nabble.com/Unable-to-Traverse-with-IVisitor-Some-Class-Names-Have-1-at-the-end-tp4653532p4653536.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-uns

Re: Unable to Traverse with IVisitor: Some Class Names Have "$1" at the end

2012-11-01 Thread eugenebalt
Thanks Duesen, but if I get the superclass, how can I actually get the type of *this* class? I need to find out if the anonymous class is a Button, a TextField, a Link, etc. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Unable-to-Traverse-with-IVisitor-Some-Class

Re: Unable to Traverse with IVisitor: Some Class Names Have "$1" at the end

2012-11-01 Thread Carl-Eric Menzel
> Most of the time, the class names are right, but sometimes, I don't > get Wicket org names, I get these: > > com.mycompany.MyForm.MyPanel$1 ( <-- on a Button!) > com.mycompany.SomeForm$1 ( <-- on a Button!) > > What's going on here, why can't I get the actual > org.apache.wicket.m

Unable to Traverse with IVisitor: Some Class Names Have "$1" at the end

2012-11-01 Thread eugenebalt
t;-- on a Button!) What's going on here, why can't I get the actual org.apache.wicket.markup.html.form.Button class names? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Unable-to-Traverse-with-IVisitor-Some-Class-Names-Have-1-at-the-end-tp4653532.html