Wicket shouldn’t be on the smart client, it is a webclient library, it has no use on a smart client.
Also i even don’t know if that class is even public api of Wicket, so it even could if we upgrade the lib that that is changed… (so breaks your solution)
Why do you want it?
I am just decoding a base64 input parameter. If the library is the issue, if I move to org.apache.commons.codec.binary.Base64 will it work? Or what function does Servoy recommend to use for this?
You can use Packages.org.apache.commons.codec.binary.Base64
“lib/commons-codec.jar” which contains this class is pushed to the client by the http plugin so it will be available.