users@glassfish.java.net

Re: JSF with Glassfish Error

From: <glassfish_at_javadesktop.org>
Date: Thu, 29 Jan 2009 09:51:08 PST

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