I am currently researching JSP in the hopes of pushing out to 100's of
web publishers (non programmers) the ability to generate dynamic content
using a web publishing tool like Web Sphere Studio without having to
write any Java code (scriptlets) in their JSP. So that they can just
drag beans into the JSP Editor and set their properties.
But we have not found a way yet to pass an object from one bean to
another. For example, say they use one bean that performs a query
of a database to generate a Vector containing a result set. And
need to pass that Vector object on to another bean that formats the
result set into an HTML table.
We could package everything into one bean, but then that defeats
the component nature of using beans.
Any ideas?
Regards,
Glenn
----------------------------------------------------------------------
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder |
MOREnet System Programming | * if iz ina coment. |
Missouri Research and Education Network | */ |
----------------------------------------------------------------------
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets