I cannot for the life of me figure out how to properly load an image
from a particpant. I'm trying to setup some "base" data on the
applications install so users have something to work with and need to
insert a few images into the DB. I know the proper format should be
something a long these lines:
ResourceFinderClasspath.getInstance().getResource("button_uwyn.gif");
but that returns null every time. I've tried other variants such as:
ResourceFinderClasspath.getInstance().getResource("/button_uwyn.gif");
ResourceFinderClasspath.getInstance().getResource("base/button_uwyn.gif");
ResourceFinderClasspath.getInstance().getResource("/base/button_uwyn.gif");
ResourceFinderClasspath.getInstance().getResource("images/button_uwyn.gif");
ResourceFinderClasspath.getInstance().getResource("/images/button_uwyn.gif");
but nothing returns a valid URL. Any suggestions?
Cheers,
Tyler
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users