Hi, Another silly question from me, I read the tutorial and the documentation and I haven't found an answer.
I have a table called Person and inside a field called DriverLicenseType which is link to a table of DriverLicenseType : DriverLicense (with a code and long text). If DriverLicenseType is always filled then no problem I see how I have to configure the sqlmap to make it work. But here is the problem, DriverLicenseType can be null (the guy has no driving license). How can I configure Ibatis to avoid to read DriverLicense when the type is null ? Thanks in advance. Sébastien.

