I have 2 tables in the database (airports and stopovers).
I wrote a SQL join query get a result set that has fields from both the tables.
In order to map the result, i created a Custom object 'VbResult'. (There is no table in the DB corresponding to this domain object)
Please find below code for Domain object, Controller and the View:
When i invoke the home page i get the exception, though i have the field ressrc in VbResult class.
(or) Is it wrong to use a custom object as VbResult - just for the sake of View , for which no table exists?
I am stuck for a long time.. What is that I am missing here!

Please let me know!
Thanks in advance
javax.el.PropertyNotFoundException: Property 'ressrc' not found on type com.datacaliper.vbuddy.domain.VbResult
Domain Object: VbResult
Controller Code
JSP Page