The activity function just tells another screen component (site) to filter itself based on the selected activity...
public void activityChanged(ValueChangeEvent event) throws SQLException{
site.load("valactivity_activityid = " + event.getNewValue());
}
I've tried taking this code out of the method and leaving it empty but I still get the same error.
Thanks
[Message sent by forum member 'conradjs' (conradjs)]
http://forums.java.net/jive/thread.jspa?messageID=329028