Re: jsp:useBean runtime ids

2001-01-16 Thread Michael H. La Budde
Pete: I can think of a coupla' ways you might do this. 1) Instead of the jsp:useBean syntax just use a normal Java variable declaration inside your jsp page. 2) Write your own taglib component to emulate the jsp:useBean HTH, Mike At 1/12/2001 01:06 PM, Peter Alfors wrote: >Hello all, >

jsp:useBean runtime ids

2001-01-12 Thread Peter Alfors
Hello all, I have a design question. I want each of my beans to have a static ID variable that defines an ID for this bean. The action classes would then use this id to store the bean in the session/request. Likewise, the jsp pages would use this static variable as well to retrieve the bea