Re: [5.4] update zone with javascript

2013-12-14 Thread Matthias
Hi Eugen, thanks a lot, I got the zone updates now :). There is only one problem with the initialisation at startup. When I use the invoke method require js prints an error: RequireJS error: require: moduleLib is undefined @AfterRender public void afterRender() { javaScriptSup

override t:formdata when validation has error

2013-12-14 Thread Chung Khanh Duy
Hi expert, I have a form with username and password, but when enter wrong password, the validation will records the errors in screen, the all data of t:formdata was sent back to server, I have used Live HTTP addon in FireFox to investigate and can see the plaintext of password value I typed. The

Re: Excluding the last element in List during sorting

2013-12-14 Thread Lance Java
You'll need your own GridDataSource implementation and a custom implementation for void prepare(int startIndex, int endIndex, List sortConstraints) Since you're using a list, it'll be easy to extend CollectionGridDataSource.