google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

UpdateManager not posting the params set in the UpdateManagerConfig #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get the UpdateManager on an element
2. call update on the manager and configure the UpdateManagerConfig setting
its params property.  For example...umc.setParams(new UrlParam[]{new
UrlParam("id",4636174)});
um.update(url,umc,null,true);

What is the expected output? What do you see instead?  i expect to see
these params getting posted but I don't.   I do see the other properties of
the UpdateManagerConfig like nocache getting posted, just not any of the
params.

What version of the product are you using? On what operating system?  svn

Please provide any additional information below.

Original issue reported on code.google.com by nvoskerj...@sbcglobal.net on 7 Sep 2007 at 12:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
oops, reopening. closed wrong issue.

Original comment by sanjiv.j...@gmail.com on 9 Sep 2007 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 9 Sep 2007 at 5:37