You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sam Terburg <Sa...@Magicminds.com> on 2001/04/03 22:36:00 UTC

beans

I have a Bean which is storing user-info, like name, password, email, age,
address, etc.

I have another bean which want to access that info / that bean. I don't want
to pass the info along the jsp page, instead i want to directly access that
user-bean in the other bean.

is there something like getBean(beanname) ?

Thanx (if you have the answer, or even reply).
Happy X-Mas!

Sam.