I have never tried or messed with JSP's that much. most of mine have always
used the EJB/JSP with request/response brokerage. However, one of my new
projects would be really cool if i could figure one tiny detail out.

I have a Model view that will perform certain actions and I want the JSP's
that display the information to show the changes without doing a refresh. I
was hoping to perform an observerable sequence that allowed each JSP to
"share" the same data set and on change do a notifyAll and just rewrite the
changed information. I have the Java to Javascript call to modify the
information. In fact I have most of it worked out except for the main key:
How do I get a JSP to implement observable so I can register it?

===========================================================================
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

Reply via email to