keep calling superclass until its not a proxy

-igor

On Tue, Dec 14, 2010 at 3:28 PM, smallufo <small...@gmail.com> wrote:
> Hi ,
> I tried :
> dao.getClass() = class org.apache.wicket.proxy.$Proxy101
> dao.getClass().getGenericSuperclass() = class java.lang.reflect.Proxy
> dao.getClass().getSuperclass() = class java.lang.reflect.Proxy
>
> But still unable to get the dao class
>
> 2010/12/14 Pedro Santos <pedros...@gmail.com>
>
>> proxyClass.getSuperclass() gives you the dao type
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to