You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anibal Constante Brito <ac...@hotmail.com> on 2002/06/04 08:34:34 UTC

about JavaBeans

I'm doing a simple JavaBenas, like the

<jsp:useBean id="JSPWithCounterBeanId" scope="session"
class="jsptutorial.JSPWithCounterBean" />
<jsp:setProperty name="JSPWithCounterBeanId" property="*" />

It very simple, but my question is how can I send text o something to
browser from inside the JavaBeans, inside de JSPWithCounterBeanId for
example?

Best Regards.
Owen.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>