:: Forum >> Version 2 >>
How to Implement in JSP
More information on this topic is available in the documentation section:
/general.intro/.
Noorul Ameen.P
Monday, April 23, 2007
HI, Even I am wounder, how can directly populate the rows from Java or Jsp Objects??
I mean without prepopulating JS objects from Java Data Providers
Siddhartha
Monday, April 23, 2007
Java or Jsp?
What exactly are u guys using Struts or plain servlets?
Sandip
Tuesday, April 24, 2007
JSP with an example ?
Noorul Ameen.P
Tuesday, April 24, 2007
do one thing
write ur beans using bean tags to some javascript array and then fill grid contents using that array.
var data = [
<logic:iterate id="test" name="JBBJ" property="collection">
<bean:write name="test" property="propName"/> ,
</logic:iterate>
];
obj.setCellText(data);
Vikramaditya Garg
Tuesday, April 24, 2007
This topic is archived.
Back to /general.intro/
Documentation:
Forum search