Hi all,
  just upgraded application to 5.1.0.8-SNAPSHOT, and got weird error for
components that includes ZoneUpdater (
http://tinybits.blogspot.com/2010/03/new-and-better-zoneupdater.html)

org.apache.tapestry5.ioc.internal.util.TapestryException: Parameter(s)
'ZoneUpdater.zone' are required for
org.apache.tapestry5.corelib.components.Select, but have not been bound.

But it bound :)    If i change parameter definition to:

  @Parameter(defaultPrefix = BindingConstants.LITERAL, required = false)
  private String zone;


it works perfectly.

Is it something known (5.1.0.5 was working as expected) ?

Reply via email to