rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Typo in ListGrid.setDateInputFormat method #400

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Current method implementation:

public void setDateInputFormat(String dateInputFormat) {
  setAttribute("dateInputFormat", "dateInputFormat", true);
}

Original issue reported on code.google.com by a.kok...@gmail.com on 5 Feb 2010 at 8:22

GoogleCodeExporter commented 8 years ago
Where's the typo? 

Original comment by sanjiv.j...@gmail.com on 5 Feb 2010 at 8:26

GoogleCodeExporter commented 8 years ago
Doesn't method body should look like:
setAttribute("dateInputFormat", dateInputFormat, true); ?

Original comment by a.kok...@gmail.com on 5 Feb 2010 at 8:36

GoogleCodeExporter commented 8 years ago
ah yes. Fixed in SVN, thanks.

Original comment by sanjiv.j...@gmail.com on 5 Feb 2010 at 12:33