| [news.eclipse.platform.rcp] Re: Command Parameter and dynamic menu |
it's probably: params.put("ID", Long.toString(u.getId()));
You want the id of the commandParameter (and ID is technically its name)
PW
Hi Paul,
thanks a lot! It seems to work (doing a quick evaluation). Now that I see it, it totally makes sense - silly me!
Thanks, again.
Till