hi all!
I’ve never used javabeans before, but I need to have a browser bean that can render ASP pages. (the HTMLbean built into servoy doesn’t render ASP pages well at all) I finally found one call icebrowser.
http://download.icesoft.com/products/br … ducts.html
All i need it to do is place this bean in my solution, then when a user clicks a button, a URL launches. HOwever, i can’t get this bean to work. can anyone else try?? I placed the bean in the beans folder, the bean shows up on the bean list, but when i try to place the bean object down on my layout, nothing happens.
please help! this is a very critical path to my solution.
thanks!
icebrowser_bean.jar (986 KB)
When adding to a form it shows this in the console:
apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.NoSuchMethodError: ice.storm.StormBase.a(Ljava/lang/String;)V
java.lang.NoSuchMethodError: ice.storm.StormBase.a(Ljava/lang/String;)V
at com.icesoft.browser.bean.Browser.<init>(Unknown Source)
at com.icesoft.browser.bean.Browser.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.servoy.j2db.n.createInstance(Unknown Source)
at com.servoy.j2db.runtime.b.createInstance(Unknown Source)
at com.servoy.j2db.develop.c.s.doIt(Unknown Source)
at com.servoy.j2db.cmd.c$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Maybe one of the Servoyans can shed some light on this?
One of our engineers was in contact with icesoft about this a week ago and they fixed the issue, they have however not released a new bean with the fix. I’d recommend emailing them and beg them for the new bean.