Re: Onload module problem

2009-07-23 Thread Juraj Vitko
server code is not translated to javascript, and not sent to the client. you can reach your server side code through the RPC. if you need code that works both on server and on the client, it must be javascript-translatable, and defined in the 'source' dir, usually under yourpackage.client.*; if

Onload module problem

2009-07-21 Thread Bhayat
In my application i can reach server side code in Onload module that is in MyApplication class(this class implements EntryPoints) but i need to reach server side code not only in this class.For example on diffent class i create an button and also onclick event but i cant make this click listener w