As said in
SCJD FAQ page,
Originally posted by Detlev Beutner:
Hello,
I would like to see question (better: answer) 13 "corrected", for the following reason:
You state that
indicates to take carrier as a field on the GUI. But if you read carefully, it just says how flexible the DB-method should be implemented. It has nothing to do with the GUI. Just take care that adding this (or other) field(s) to the GUI is easy; as far as you have implemented the DB-method as required, you only have to take care about your generality on the controller.
Hope it helps
Detlev
This is exactly how i understood and implemented my criteriaFind.
And my criteriaFind method, searches the database for any
string entries by breaking up criteria into name value pairs and organising them.
My gui has 2 textfields. One for destination and other for origin airport.
Is this fine?
Will i lose marks for not putting textfield/combobox for Carrier on the gui?
thanks,
sri