"Craig R. McClanahan" wrote:
>
> Glenn Nielsen wrote:
>
> > 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.
> >
>
> You might consider creating custom tags (JSP 1.1) rather than beans for cases where
> you need cross-bean access. Such tags have access to the JSP page context, and can
> therefore create and/or reference beans in any of the available scopes.
>
I looked at the JSP 1.1 spec and taglibs. That could be an option in the future,
but how long will it take for publishing tools to support import and use of a
taglib? We have only found a few publishing tools that support JSP 1.0 and I don't
know if our customers will be patient enough to wait for tools to support JSP 1.1.
Thanks,
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