name of jsp bean

1999-12-01 Thread Henric Larsson
Hi, how can I control the name of a jsp bean in a session or application. If I create a bean like this: how do I know what name the bean gets if I want to use the bean in a servlet like this: ServletContext.getAttribue("voteEngine"); I want a servlet to create the bean and then pull it f

Re: name of jsp bean

1999-12-01 Thread Craig R. McClanahan
Henric Larsson wrote: > Hi, > > how can I control the name of a jsp bean in a session or application. > > If I create a bean like this: > > class="nation.app.vote.VoteEngine" > > > > > how do I know what name the bean gets if I want to use the bean in a servlet > like this: > > ServletContext