Hi, is it possible, that a bean can invoke a method on a JSP when a PropertyChangeEvent is thrown on a special field of the bean? How could I implement it? Maybe the BeanContext is helpful? I already know the method of pushlets, as described in JavaWorld 03-2000 (http://www.javaworld.com/javaworld/jw-03-2000/jw-03-pushlet_p.html), but that doesn't fit my problem, because I want to write completely browser-independent, that's why I don't want to use JavaScript. Or is it possible to bind a stream to the session where the servlet writes in and the JSP reads from it? But when does the JSP know when it should read from it. Can I register a PropertyChangeListener to the stream in the JSP?
I'm grateful for every hint, maybe someone can advice me a book or an URL. Christian, a beginner ;-) =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
