bean:define to assign a different value to an existing variable

2003-06-27 Thread ben . jessel
In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value. According to the struts doc, bean:define either creates, or replaces a previous instance of the bean as defined by the id. However, I can't see how this is possible, as the bean:define

Re: bean:define to assign a different value to an existing variable

2003-06-27 Thread James Mitchell
On Friday 27 June 2003 05:37, [EMAIL PROTECTED] wrote: In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value. According to the struts doc, bean:define either creates, or replaces a previous instance of the bean as defined by the id.

Re: bean:define to assign a different value to an existing variable

2003-06-27 Thread James Mitchell
Oh, I also noticed that you are asking user questions on the dev list. Move this thread over to the users list please. On Friday 27 June 2003 05:37, [EMAIL PROTECTED] wrote: In this code excerpt I am defining a bean with bean:define. However, I want to conditionally change the value.