You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Todd Nine <to...@spidertracks.co.nz> on 2010/09/26 20:58:32 UTC

Auto injecting params as bean values

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