Hi All! I tried to use a combination of @Property and @Parameter.
@Property(read = true, write = false) @Parameter(required = true) private String _myParam; unfortunately it seems to be impossible to "intercept" a set in such a case // ---->> NEVER CALLED public void String setMyParam(final String param) { _myParam = param; // do more... } Is there any reason this is not allowed? Jens --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org