RE: bean:define

2004-03-20 Thread Bhardwaj, Sharod
thanx Tedi had it but somehow ignoredbut thanx for ur help :) -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Saturday, March 20, 2004 4:20 PM To: Struts Developers List Subject: Re: bean:define On Sat, 20 Mar 2004 14:23:26 -0600, Bhardwaj, Sharod wrote

Re: bean:define

2004-03-20 Thread Ted Husted
On Sat, 20 Mar 2004 14:23:26 -0600, Bhardwaj, Sharod wrote: > can anybody tell me what is the use of bean:define tag..its really > bugging me up http://jakarta.apache.org/struts/api/org/apache/struts/taglib/bean/package-summary.html#doc.Creation sums it up. If you need further assistance, please

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. > > Acco

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.