ge in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Pallet-tp5714869p5714872.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For addit
private Messages messages;
>
> public String toClient(Role value) {
> return value.getRoleKey();
> }
>
> public Role toValue(String clientValue) {
> return roleDao.read(clientValue);
> }
>
> }
>
> Thank
o Rate
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Pallet-tp5714869.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apac