That's possible. Have a look at
   http://tapestry.formos.com/nightly/tapestry5/tapestry-ioc/coerce.html
esp. the section "Contributing new Coercions"






Example: I want to pass a User through activation context:

class User { private String name; private String password;...}

Registration{
...
public void onActivate(User user){...}
....
}







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to