can we use zone and block for grid with inplace=true?

2008-07-04 Thread Tan Min Hong
hi, can we use zone and block for grid with inplace enabled? because data in grid need to refresh without refreshing the whole page. is there any way to do it? ajaxformloop is not really much documentation. any other way? Thank you MH

Re: 5.0.13 Grid remove not working?

2008-07-03 Thread Tan Min Hong
use exclude instead of remove On Thu, Jul 3, 2008 at 11:33 PM, bobheck <[EMAIL PROTECTED]> wrote: > > I have had code working for months under 5.0.6, upgraded to 5.0.13 and now > the remove param on the grid tag seems to have stopped working. No changes > in underlying model, but the columns ref

[T5] IncludeJavaScriptLibrary

2008-06-24 Thread Tan Min Hong
Hi all, May i know if testing.js having 100 functions. i just need to use @IncludeJavaScriptLibrary? then the 100 functions will render in my html already? @IncludeJavaScriptLibrary("testing.js") public class MyComponent { . . . } Thanks. MH