Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binder checks type when binding through ValueConverter #53

Open
mrsasha opened this issue Sep 1, 2016 · 0 comments
Open

Binder checks type when binding through ValueConverter #53

mrsasha opened this issue Sep 1, 2016 · 0 comments
Assignees

Comments

@mrsasha
Copy link
Member

mrsasha commented Sep 1, 2016

When binding using ValueConverter - like binding="{Text @= LocalizedFullName(Profile)}", the binder still checks types when binding and complains that object Profile cannot be cast to String required by the method Text:

Error occurred while binding Profile to target Text: org.sharethemeal.app.user.models.Friend$FriendProfile cannot be cast to java.lang.String
@mrsasha mrsasha self-assigned this Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant