How can I populate the grid using data from a java bean?
Hi,
I am a newbee to the Java world. ia m trying to create a simple page with a table that is populated from a session bean. I have a property in the bean that is an array list of the data that needs to be displayed as a table on my jsp page.
I need to access this bean array and use that array to populate the widget grid. I have been looking at code sample for <jsp:useBean> but can't seem to get the array property assigned to a javascript array.
How do I get the bean array assigned to a javascript array and thereby populate the grid?
Thanks in advance!
I am a newbee to the Java world. ia m trying to create a simple page with a table that is populated from a session bean. I have a property in the bean that is an array list of the data that needs to be displayed as a table on my jsp page.
I need to access this bean array and use that array to populate the widget grid. I have been looking at code sample for <jsp:useBean> but can't seem to get the array property assigned to a javascript array.
How do I get the bean array assigned to a javascript array and thereby populate the grid?
Thanks in advance!
MN
August 11,