Hi,
I created a sample web application for ThinWire on NetBeans 5.0 and created a package for the formcreator.
I have used all the jars for thinwire in my apps namely :
The apps gets deployed but when i run it, it throws a runtime exception :
INFO: Loading ThinWire(R) RIA Ajax Framework v1.2_RC2
Mar 11, 2008 11:18:00 AM com.inteqnet.formcreator.ProjectSheet$14 propertyChange
INFO: user object is null for item:Loading...
Mar 11, 2008 11:18:00 AM thinwire.ui.Application reportException
SEVERE: null
This exception arises from the class ProjectSheet.java , method being PropertyChangeListener treeSelectListener = new PropertyChangeListener().
Tree.Item item = (Tree.Item)ev.getSource();
Object obj = item.getUserObject();
Also, i am not able to retrieve the source code for the above listed Tree,PropertyChangeListener classes.
I will look forward to hear from you soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I created a sample web application for ThinWire on NetBeans 5.0 and created a package for the formcreator.
I have used all the jars for thinwire in my apps namely :
--> asm-2.2
--> commons-fileupload-1.0
--> retroweaver-1.2.3
--> retroweaver-rt-1.2.3
--> thinwire
--> thinwire-handbook
The apps gets deployed but when i run it, it throws a runtime exception :
INFO: Loading ThinWire(R) RIA Ajax Framework v1.2_RC2
Mar 11, 2008 11:18:00 AM com.inteqnet.formcreator.ProjectSheet$14 propertyChange
INFO: user object is null for item:Loading...
Mar 11, 2008 11:18:00 AM thinwire.ui.Application reportException
SEVERE: null
This exception arises from the class ProjectSheet.java , method being PropertyChangeListener treeSelectListener = new PropertyChangeListener().
Tree.Item item = (Tree.Item)ev.getSource();
Object obj = item.getUserObject();
Also, i am not able to retrieve the source code for the above listed Tree,PropertyChangeListener classes.
I will look forward to hear from you soon.