Hi all,
I've been working with the wicketstuff annotations to perform path
mounting and property mapping. I have the following annotations on my
page.
@MountPath(path = "api/1.0/messagemedia")
@MountMixedParam(parameterNames = { "phone", "message", "id", "status",
"dateReceived" })
@MountQueryString
However I still have to manually retrieve the values and set them into
my page instance. Are there any utilities the will inject the request
parameters into bean style properties on my page?
Thanks,
Todd