Originally posted by ddabbs
This should be fixed in SVN. Please try with the latest build and confirm that things work with GWT 1.7.
Thanks,
Sanjiv
function xgc(){
if(!$entry){ // <--- error here
$entry=function(b,c,a){return b.apply(c,a)}}
if($wnd.isc.Br. . .
if(! self['$entry']) {
function xgc(){
if(!$entry){ // <--- error here
$entry=function(b,c,a){return b.apply(c,a)}}
if($wnd.isc.Br. . .
if(! self['$entry']) {
ButtonItem btnSubmit = new ButtonItem();
btnSubmit.addClickHandler(new com.smartgwt.client.widgets.form.fields.events.ClickHandler()
{
@Override
public void onClick(com.smartgwt.client.widgets.form.fields.events.ClickEvent event)
{
int i = 5/0;
}
});
Leave a comment: