:: Forum >>
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
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 support forum
Forum search