Hi, ALL!
I need to create the dynamic table which should be able to
automatically add th e rows after getting command from server without
redrawing the whole page.
Is it possible to do it with JSF ?
Or I have to use smth else?
Thank you
dayjah - 24 May 2006 12:21 GMT
JSF was introduced to handle this from a server side POV. You need to
use ajax to actually change the table. Google recently announced GWT
(http://code.google.com/webtoolkit/documentation/gwt.html), I've not
used it yet (we coded our own libs for the ajax stuff, but it may help
you with what you want to do.
Cheers,
dayjah