Re: getting bean properity in the scriptlet varible

2001-04-23 Thread Craig R. McClanahan
On Fri, 20 Apr 2001, Sundaram Ramasamy wrote: > Hi > > I have collection, I was able to print the message like this. > > > > > > > Is it possible to store the bean value into scriptlet varible. > > > <% > > String name = link.getLinkName(); > > %> > > T

Re: getting bean properity in the scriptlet varible

2001-04-20 Thread dhay
t: getting bean properity in the scriptlet varible Hi I have collection, I was able to print the message like this. Is it possible to store the bean value into scriptlet varible. <% String name = link.getLinkName(); %> I tried this, its giving me following error. Met

Re: getting bean properity in the scriptlet varible

2001-04-20 Thread Peter Alfors
I think that you want to use the "define" taglib. Pete Sundaram Ramasamy wrote: > Hi > > I have collection, I was able to print the message like this. > > > > > > > Is it possible to store the bean value into scriptlet varible. > > > <% > > String name = link.getLinkName(); > >

getting bean properity in the scriptlet varible

2001-04-20 Thread Sundaram Ramasamy
Hi I have collection, I was able to print the message like this. Is it possible to store the bean value into scriptlet varible. <% String name = link.getLinkName(); %> I tried this, its giving me following error. Method getLinkName() not found in clas