Closed lorinczz closed 10 years ago
Sounds that there is a missing mapping or an too open signature at my side -- can you give me your lines, where you try to build the request?
I assume something like this
new ApiRequestBuilder() //
.action("whatever") //
.postParam("baserevid", 1) //
...
if so, the quickfix will be, but I have to improve this definitely.
.postParam("baserevid", "1") //
Exactly. This was the case.
Hope this makes it clearer, how postParam should be used https://github.com/eldur/jwbf/commit/2a5410d959fa07a8487add0319ab53876a66490d#diff-d4ba5366a91c58b5aaeb8f8638fe254bL62
If you are fine with this, I'll close this issue, ok?
It's working now. Thank you.
I wrote an action which has an integer parameter baserevid and I got this: