one to one mappings should be supported
Logged In: YES user_id=768885
You may only want to handle the case where it's effectively equivalent to @many-to-one (a <select>) with unique/not-null both true.
Otherwise, you basically end up having to create and generate the UI for two objects at once and it's not clear how you would do that.
Log in to post a comment.
Logged In: YES
user_id=768885
You may only want to handle the case where it's effectively
equivalent to @many-to-one (a <select>) with unique/not-null
both true.
Otherwise, you basically end up having to create and
generate the UI for two objects at once and it's not clear
how you would do that.