You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi people Somebody knows a way to load a class dynamically in GWT, like Class.forName( 'com.company.classname'). I'm really interested in load a class using a string. I'd trying to use GWT.create(Class) but not works for me.
Thanks for any help
Sriram Narayanan
unread,
Jun 16, 2006, 4:10:49 PM6/16/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google-We...@googlegroups.com
I'm really curious about why you would want to do this. I couldn't figure out a Javascript equivalent for this, apart from perhaps using eval().