RE: How to get the bean value inside JSP

2004-12-28 Thread Manisha Sathe
ble for matchdetails inside each row for a leaguename and use the nested loop tags to output it. - Dan > -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 28, 2004 6:10 PM > To: user@struts.apache.org > Subject: How to get the bean

RE: How to get the bean value inside JSP

2004-12-28 Thread Daniel Lipofsky
uename and use the nested loop tags to output it. - Dan > -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 28, 2004 6:10 PM > To: user@struts.apache.org > Subject: How to get the bean value inside JSP > > I am having an act

How to get the bean value inside JSP

2004-12-28 Thread Manisha Sathe
I am having an action handler, which pulls data from database, puts inside data bean. From result set i create array of databeans. This array of databeans i am putting back on JSP. Inside my JSP i am looping thr --    - Above works