How to Implement in JSP
I would like to appreciate if any one can help me to implement the active widgets in JSP step by step.
noorulameenp@yahoo.com
ameen@mouwasat.com
Noorul Ameen.P
April 23,
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
April 23,
Java or Jsp?
What exactly are u guys using Struts or plain servlets?
Sandip
April 24,
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
April 24,